Code Review
/
releng
/
lftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
54f8abc
)
Update setuptools version
13/6813/4
author
Ry Jones
<rjones@linuxfoundation.org>
Thu, 12 Oct 2017 01:11:57 +0000
(18:11 -0700)
committer
Ry Jones
<rjones@linuxfoundation.org>
Thu, 12 Oct 2017 02:18:06 +0000
(19:18 -0700)
Hyperledger builds fail on the Z platform with versions
of setuptools < 30.
FAB-6595
Change-Id: I6889507870f66e6b44720579f8be7b0b35b7c7a9
Signed-off-by: Ry Jones <rjones@linuxfoundation.org>
requirements.txt
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index
8de3230
..
c5cfb52
100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-1,7
+1,7
@@
click
pyyaml
requests!=2.13.0
-setuptools>=
11.3
+setuptools>=
36.5.0
shade
sphinx>=1.4.9
sphinxcontrib-programoutput