From: Asaf Kahlon Date: Sun, 20 Oct 2019 15:11:25 +0000 (+0300) Subject: package/python-asgiref: drop Python 2 support X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b746f81e77bdcbba7db8c9313a9f8a452eaf4c1;p=buildroot.git package/python-asgiref: drop Python 2 support 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 Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-asgiref/Config.in b/package/python-asgiref/Config.in index d0b816c369..71069bf48b 100644 --- a/package/python-asgiref/Config.in +++ b/package/python-asgiref/Config.in @@ -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