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,8 +33,8 @@ class PyRestview(PythonPackage):
version('2.6.1', 'ac8b70e15b8f1732d1733d674813666b')
depends_on('python@2.7:2.8,3.3:3.5')
depends_on('py-setuptools', type='build')
depends_on('python@2.7.0:2.7.999,3.3:3.5')
depends_on('py-docutils@0.13.1:', type=('build', 'run'))
depends_on('py-readme-renderer', type=('build', 'run'))
depends_on('py-pygments', type=('build', 'run'))