mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package/python-twisted: add config for TLS support
Add an option that selects all of the necessary python packages to ensure that twisted has TLS support. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
c301c190f9
commit
7f5960952f
@ -12,3 +12,17 @@ config BR2_PACKAGE_PYTHON_TWISTED
|
|||||||
Python.
|
Python.
|
||||||
|
|
||||||
https://twistedmatrix.com/trac/
|
https://twistedmatrix.com/trac/
|
||||||
|
|
||||||
|
if BR2_PACKAGE_PYTHON_TWISTED
|
||||||
|
|
||||||
|
config BR2_PACKAGE_PYTHON_TWISTED_TLS
|
||||||
|
bool "TLS support"
|
||||||
|
depends on BR2_INSTALL_LIBSTDCPP # python-{pyopenssl,service-identity}
|
||||||
|
select BR2_PACKAGE_PYTHON_IDNA # runtime
|
||||||
|
select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
|
||||||
|
select BR2_PACKAGE_PYTHON_SERVICE_IDENTITY # runtime
|
||||||
|
|
||||||
|
comment "TLS support needs a toolchain w/ C++"
|
||||||
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
|
|
||||||
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user