From 5fa748ad8076afd56ce3831fcd651c5caaecfffa Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Tue, 22 Oct 2019 16:40:31 -0400 Subject: [PATCH] [requirements] pin lazy-object-proxy for successful alpine build (#3861) --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 173a7256b1..c6f4f7bbd6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,3 +42,6 @@ prometheus-client==0.1.0 distro==1.3.0 # pin pylint to a python2-compatible version pylint==1.9.5 +# lazy-object-proxy is a dependency of pylint and needs to be pinned +# for a successful build on Alpine (source install) +lazy-object-proxy==1.3.1