Relax Python version constraints on py-html5lib (#12811)

This commit is contained in:
Adam J. Stewart 2019-09-16 12:56:21 -05:00 committed by GitHub
parent 76b79c125a
commit e3969e33fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,8 @@ class PyHtml5lib(PythonPackage):
version('1.0.1', '66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736')
version('0.9999999', 'ef43cb05e9e799f25d65d1135838a96f')
depends_on('python@2.6:2.8,3.2:3.5', when='@0.9999999')
depends_on('python@2.6:2.8,3.3.0:3.6.99', when='@1.0.1:')
depends_on('python@2.6:2.8,3.2:', when='@0.9999999', type=('build', 'run'))
depends_on('python@2.6:2.8,3.3:', when='@1.0.1:', type=('build', 'run'))
depends_on('py-six', type=('build', 'run'))
depends_on('py-six@1.9:', type=('build', 'run'), when='@1.0.1:')
depends_on('py-setuptools', type='build', when='@1.0.1:')