[Buildroot] [PATCH 3/4] package/python-twisted: add config for HTTP2 support

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Dec 6 22:34:54 UTC 2019


On Thu,  5 Dec 2019 14:15:14 -0800
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett at gmail.com>
> 
> Add an option that selects all of the necessary python packages to ensure that
> twisted has HTTP2 support.
> 
> Signed-off-by: Adam Duskett <Aduskett at gmail.com>
> ---
>  package/python-twisted/Config.in | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/package/python-twisted/Config.in b/package/python-twisted/Config.in
> index f3d94c544e..767e690e5f 100644
> --- a/package/python-twisted/Config.in
> +++ b/package/python-twisted/Config.in
> @@ -15,6 +15,11 @@ config BR2_PACKAGE_PYTHON_TWISTED
>  
>  if BR2_PACKAGE_PYTHON_TWISTED
>  
> +config BR2_PACKAGE_PYTHON_TWISTED_HTTP2
> +	bool "HTTP2 support"
> +	select BR2_PACKAGE_PYTHON_PRIORITY # runtime
> +	select BR2_PACKAGE_PYTHON_H2 # runtime

Alphabetic ordering was not correct, so I fixed that and applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list