[Buildroot] [PATCH] package/python-autobahn: add missing dependency on C++

Peter Korsgaard peter at korsgaard.com
Fri Nov 1 07:19:40 UTC 2019


>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be> writes:

 > The indirect dependency via python-cryptography was not set in the
 > Config.in.

 > Detected with randconfig.

 > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>

You forgot to propagate this to the reverse dependencies (daphne,
channels, channels-redis).

Committed with that fixes, thanks.

 > ---
 >  package/python-autobahn/Config.in | 4 ++++
 >  1 file changed, 4 insertions(+)

 > diff --git a/package/python-autobahn/Config.in b/package/python-autobahn/Config.in
 > index e08d5d58a1..ba54d8b12f 100644
 > --- a/package/python-autobahn/Config.in
 > +++ b/package/python-autobahn/Config.in
 > @@ -1,5 +1,6 @@
 >  config BR2_PACKAGE_PYTHON_AUTOBAHN
 >  	bool "python-autobahn"
 > +	depends on BR2_INSTALL_LIBSTDCPP # python-cryptography -> python-pyasn
 >  	select BR2_PACKAGE_PYTHON_CRYPTOGRAPHY # runtime
 >  	select BR2_PACKAGE_PYTHON_SIX # runtime
 >  	select BR2_PACKAGE_PYTHON_TXAIO # runtime
 > @@ -8,3 +9,6 @@ config BR2_PACKAGE_PYTHON_AUTOBAHN
 >  	  framework.
 
 >  	  https://pypi.python.org/pypi/autobahn
 > +
 > +comment "python-autobahn needs a toolchain w/ C++"
 > +	depends on !BR2_INSTALL_LIBSTDCPP
 > -- 
 > 2.21.0

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list