[Buildroot] [PATCH 2/4] package/python-twisted: add config for TLS support

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Dec 6 22:19:52 UTC 2019


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

> +if BR2_PACKAGE_PYTHON_TWISTED
> +
> +config BR2_PACKAGE_PYTHON_TWISTED_TLS
> +	bool "TLS support"
> +	depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-cryptography

We don't really care about python-cryptography here, since it's not a
direct dependencies. However, python-service-identify does have a C++
dependency, so it made more sense to list that here.

> +	select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
> +	select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime
> +	select BR2_PACKAGE_PYTHON_IDNA # runtime

Alphabetic ordering was not good.

I fixed up both issues and applied. Thanks!

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



More information about the buildroot mailing list