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:
Eneas U de Queiroz
2021-11-25 18:01:20 -03:00
parent 55107364a4
commit 9d97f4ba14
14 changed files with 16 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ define Package/python3-django-jsonfield
TITLE:=A reusable Django field to store validated JSON in models
URL:=https://github.com/rpkilby/jsonfield
DEPENDS:= \
@BROKEN \
+python3 \
+python3-django1 \
+python3-six