Skip to content

Commit 5fa748a

Browse files
authored
[requirements] pin lazy-object-proxy for successful alpine build (#3861)
1 parent fa2f431 commit 5fa748a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ prometheus-client==0.1.0
4242
distro==1.3.0
4343
# pin pylint to a python2-compatible version
4444
pylint==1.9.5
45+
# lazy-object-proxy is a dependency of pylint and needs to be pinned
46+
# for a successful build on Alpine (source install)
47+
lazy-object-proxy==1.3.1

0 commit comments

Comments
 (0)