Hack to fix python dependency ranges (#3938)

* Hack to fix python dependency ranges

* Flake8
This commit is contained in:
Adam J. Stewart
2017-04-22 17:31:50 -05:00
committed by GitHub
parent fc8106afe3
commit 4e17ae911b
41 changed files with 46 additions and 48 deletions

View File

@@ -33,7 +33,7 @@ class PyPip(PythonPackage):
version('9.0.1', '35f01da33009719497f01a4ba69d63c9')
depends_on('python@2.6:2.7,3.3:')
depends_on('python@2.6:2.8,3.3:')
# Most Python packages only require setuptools as a build dependency.
# However, pip requires setuptools during runtime as well.