Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Pin to setuptools <= 33.1.1.
Browse files Browse the repository at this point in the history
Newer setuptools droped self-upgrade support that brakes
with pip version available in CentOS7, see:

pypa/setuptools#942

Change-Id: Iab64294de64f67ab5aa2a7647a11eefa5ee14742
Signed-off-by: Anton Marchukov <[email protected]>
  • Loading branch information
marchukov committed Mar 23, 2017
1 parent 06fdb6f commit 0cd8a77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pbr>=0.8.2
setuptools
# Moved to requirements.txt to allow pyOpenSSL to install
#setuptools<=33.1.1
dulwich
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ pexpect<4.0
# Same with koji, you have to install the client
#koji
# koji deps
# Pining due to https:/pypa/setuptools/issues/581
# pyOpenSSL will pull setuptools
setuptools<=33.1.1
pyOpenSSL
# Non-python dependencies
#createrepo
Expand Down

0 comments on commit 0cd8a77

Please sign in to comment.