python-crossbar: drop Python 2 support
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Tue, 16 Oct 2018 23:44:57 +0000 (20:44 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 17 Oct 2018 19:48:08 +0000 (21:48 +0200)
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 <ricardo.martincoski@gmail.com>
Cc: Asaf Kahlon <asafka7@gmail.com>
Cc: Mauro Condarelli <mc5686@mclink.it>
Cc: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-crossbar/Config.in

index 2f9de6e0b5820b37234ce9a0d4b19d16da40db73..526d9871be571e0abe7d2d8fe1a8240bcdff593c 100644 (file)
@@ -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