1config BR2_PACKAGE_PYTHON_H2
2	bool "python-h2"
3	select BR2_PACKAGE_PYTHON_HPACK # runtime
4	select BR2_PACKAGE_PYTHON_HYPERFRAME # runtime
5	help
6	  HTTP/2 State-Machine based protocol implementation.
7
8	  https://github.com/python-hyper/h2
9