mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 17:41:20 +00:00
treewide: mark django1 and dependents BROKEN
Django 1.x is not compatible with python 3.10. Mark the package as BROKEN. Since its dependent packages will also select it, they will need to be marked BROKEN as well to avoid recursive dependencies--packages not marked as BROKEN will be able to select the broken package. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
@@ -29,6 +29,7 @@ define Package/python3-django-restframework39
|
||||
TITLE:=Web APIs for Django, made easy.
|
||||
URL:=https://www.django-rest-framework.org
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1
|
||||
CONFLICTS:=python3-django-restframework
|
||||
|
||||
Reference in New Issue
Block a user