Fix RPM builds

The version of setuptools bundled with virtualenv is broken. This fixes things for both online and offline pip installs.
This commit is contained in:
Shane McDonald
2017-05-11 14:26:52 -04:00
parent 44c1935590
commit dfdf59bcf5
2 changed files with 7 additions and 2 deletions

View File

@@ -3,3 +3,4 @@ setuptools_scm>=1.15.0
vcversioner>=2.16.0.0
pytest-runner
isort
virtualenv