From: Ricardo Martincoski Date: Tue, 16 Oct 2018 23:44:57 +0000 (-0300) Subject: python-crossbar: drop Python 2 support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1eb32c2d0811c7517017ca2f8506cf77562e02eb;p=buildroot.git python-crossbar: drop Python 2 support Upstream is now Python 3 only. Quoting the maintainer [1]: "the last version of crossbar with python 2 support: pip install crossbar==18.4.1". [1] https://github.com/crossbario/crossbar/issues/1332 Signed-off-by: Ricardo Martincoski Cc: Asaf Kahlon Cc: Mauro Condarelli Cc: Yegor Yefremov Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-crossbar/Config.in b/package/python-crossbar/Config.in index 2f9de6e0b5..526d9871be 100644 --- a/package/python-crossbar/Config.in +++ b/package/python-crossbar/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_PYTHON_CROSSBAR bool "python-crossbar" depends on BR2_INSTALL_LIBSTDCPP # python-cryptography + depends on BR2_PACKAGE_PYTHON3 # All the following dependencies are runtime dependencies select BR2_PACKAGE_PYTHON_ATTRS select BR2_PACKAGE_PYTHON_AUTOBAHN @@ -48,3 +49,4 @@ config BR2_PACKAGE_PYTHON_CROSSBAR comment "python-crossbar needs a toolchain w/ C++" depends on !BR2_INSTALL_LIBSTDCPP + depends on BR2_PACKAGE_PYTHON3