Add extra version of py-backports-abc (#14978)

This commit is contained in:
iarspider 2020-02-16 05:47:05 +01:00 committed by GitHub
parent c92201e6ab
commit 7c88bb937d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@ class PyBackportsAbc(PythonPackage):
homepage = "https://github.com/cython/backports_abc"
url = "https://github.com/cython/backports_abc/archive/0.4.tar.gz"
version('0.5', sha256='ca1872b55cc9e19ce7288670d360104d5aac88ff1d0a0e7ad6e97267705611f9')
version('0.4', sha256='2b5c4e91e37ba8bcd3fb8fecc8530f941578fc2c911497da3f09bf5fec6a6705')
depends_on('py-setuptools', type='build')