kumquat-buildroot/package/python-hyperframe/Config.in
Fabrice Fontaine eee3a1ed92 package/python-hyperframe: bump to version 6.0.1
- Update site in Config.in
- python 2.7 support has been dropped since version 6.0.0
- Update indentation in hash file (two spaces)

https://github.com/python-hyper/hyperframe/blob/v6.0.1/CHANGELOG.rst

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2022-01-13 20:43:32 +01:00

8 lines
185 B
Plaintext

config BR2_PACKAGE_PYTHON_HYPERFRAME
bool "python-hyperframe"
depends on BR2_PACKAGE_PYTHON3
help
HTTP/2 framing layer for Python.
https://github.com/python-hyper/hyperframe/