From 9a42505848cecfbd31ba7e08a9a9a0bc32859d78 Mon Sep 17 00:00:00 2001 From: Ry Jones Date: Wed, 11 Oct 2017 18:11:57 -0700 Subject: [PATCH] Update setuptools version Hyperledger builds fail on the Z platform with versions of setuptools < 30. FAB-6595 Change-Id: I6889507870f66e6b44720579f8be7b0b35b7c7a9 Signed-off-by: Ry Jones --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8de32307..c5cfb526 100644 --- 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 -- 2.16.6