[py-hpack] added version 3.0.0 (#29802)

* [py-hpack] py-wheel is implied by PythonPackage

* [py-hpack] fixes python dependency version

* [py-hpack] added version 3.0.0
This commit is contained in:
Jen Herting 2022-04-19 12:19:00 -04:00 committed by GitHub
parent 63600c0d0d
commit fb5b78335b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ class PyHpack(PythonPackage):
pypi = "hpack/hpack-4.0.0.tar.gz"
version('4.0.0', sha256='fc41de0c63e687ebffde81187a948221294896f6bdc0ae2312708df339430095')
version('3.0.0', sha256='8eec9c1f4bfae3408a3f30500261f7e6a65912dc138526ea054f9ad98892e9d2')
depends_on('python@3.6.1:', type=('build', 'run'), when='@4:')
depends_on('py-setuptools', type='build')
depends_on('py-wheel', type='build')