mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/python-autobahn: add missing dependency on C++
The indirect dependency via python-cryptography was not set in the Config.in. Detected with randconfig. And propagate this to the reverse dependencies. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [Peter: also propagate to the reverse dependencies] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9b5b2bdbdd
commit
a0e9caf40d
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_PYTHON_DAPHNE
|
||||
bool "python-daphne"
|
||||
depends on BR2_INSTALL_LIBSTDCPP # python-autobahn -> python-cryptography
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
select BR2_PACKAGE_PYTHON_ASGIREF # runtime
|
||||
select BR2_PACKAGE_PYTHON_AUTOBAHN # runtime
|
||||
@@ -12,3 +13,7 @@ config BR2_PACKAGE_PYTHON_DAPHNE
|
||||
versus HTTP endpoints.
|
||||
|
||||
https://github.com/django/daphne
|
||||
|
||||
comment "python-daphne needs a toolchain w/ C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_PACKAGE_PYTHON3
|
||||
|
||||
Reference in New Issue
Block a user