Add extra version of py-futures (#14979)

* Add extra version of py-futures

* Update package.py
This commit is contained in:
iarspider 2020-02-18 00:25:46 +01:00 committed by GitHub
parent 8783f16e36
commit 6c93ef5088
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ class PyFutures(PythonPackage):
homepage = "https://pypi.python.org/pypi/futures"
url = "https://pypi.io/packages/source/f/futures/futures-3.0.5.tar.gz"
version('3.2.0', sha256='9ec02aa7d674acb8618afb127e27fde7fc68994c0437ad759fa094a574adb265')
version('3.0.5', sha256='0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df')
depends_on('py-setuptools', type='build')
depends_on('py-setuptools', type=('build', 'run'))
depends_on('python@2.6:2.8', type=('build', 'run'))