kumquat-buildroot/package/python-h2/Config.in
Fabrice Fontaine 23e4fbecb3 package/python-h2: bump to version 4.1.0
- Update site in Config.in
- Reorder select
- python 2.7 support has been dropped since version 4.0.0

https://github.com/python-hyper/h2/blob/v4.1.0/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:00 +01:00

10 lines
270 B
Plaintext

config BR2_PACKAGE_PYTHON_H2
bool "python-h2"
depends on BR2_PACKAGE_PYTHON3
select BR2_PACKAGE_PYTHON_HPACK # runtime
select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
help
HTTP/2 State-Machine based protocol implementation.
https://github.com/python-hyper/h2