]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
python-txtorcon: needs C++ support
authorPeter Korsgaard <peter@korsgaard.com>
Sun, 21 Jan 2018 22:09:16 +0000 (23:09 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 22 Jan 2018 11:15:15 +0000 (12:15 +0100)
Python-txtorcon selects python-pyopenssl and python-service-identity, both
(indirectly) needing C++ support, so propagate that dependency.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-txtorcon/Config.in

index c4081ab0a3a9b448cb461b440bc3fa291c4f0c90..4f91e7b048d24db87cc05b3e861cfb3f36aad1f3 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_TXTORCON
        bool "python-txtorcon"
+       depends on BR2_INSTALL_LIBSTDCPP # python-pyopenssl, python-service-identity
        select BR2_PACKAGE_PYTHON_AUTOMAT # runtime
        select BR2_PACKAGE_PYTHON_IDNA # runtime
        select BR2_PACKAGE_PYTHON_INCREMENTAL # runtime
@@ -13,3 +14,6 @@ config BR2_PACKAGE_PYTHON_TXTORCON
          configuration abstractions.
 
          https://github.com/meejah/txtorcon
+
+comment "python-txtorcon needs a toolchain w/ C++"
+       depends on !BR2_INSTALL_LIBSTDCPP