package/python-asgiref: drop Python 2 support
authorAsaf Kahlon <asafka7@gmail.com>
Sun, 20 Oct 2019 15:11:25 +0000 (18:11 +0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 21 Oct 2019 18:32:59 +0000 (20:32 +0200)
Asgiref doesn't support Python 2 since version 2.0.0.
All the recursive reverse dependencies already support Python 3 only.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-asgiref/Config.in

index d0b816c36979a4e9f099e2ef05a92c9a29d2ef47..71069bf48b1057ef5687e3bb06cbb5764e55fe34 100644 (file)
@@ -1,4 +1,5 @@
 config BR2_PACKAGE_PYTHON_ASGIREF
+       depends on BR2_PACKAGE_PYTHON3
        bool "python-asgiref"
        help
          ASGI is a standard for Python asynchronous web apps and