mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 10:01: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:
@@ -30,6 +30,7 @@ define Package/python3-django-compressor
|
||||
TITLE:=Compress CSS/JS into single cached files
|
||||
URL:=https://django-compressor.readthedocs.io
|
||||
DEPENDS:= \
|
||||
@BROKEN \
|
||||
+python3 \
|
||||
+python3-django1 \
|
||||
+python3-django-appconf \
|
||||
|
||||
Reference in New Issue
Block a user