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

@@ -39,6 +39,6 @@ class PyDill(PythonPackage):
version('0.2.1', 'b2354a5717da6228acae33cb13bc407b')
version('0.2', '759002d9b71605cde2a7a052dad96b5d')
depends_on('python@2.5:2.999,3.1:')
depends_on('python@2.5:2.8,3.1:')
depends_on('py-setuptools@0.6:', type='build')