From: Wei-Ting Yang Date: Tue, 10 Mar 2026 11:26:25 +0000 (+0800) Subject: django: clean up Makefile X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=551fe9b9b6e75f99d45f50178903ed53688c9813;p=openwrt-packages.git django: clean up Makefile - Add AUTHORS into PKG_LICENSE_FILES. - Drop no longer required python3-pytz dependency. - Remove obsolete CONFLICTS field. Signed-off-by: Wei-Ting Yang --- diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index 6d337cf17..1b8c03489 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -16,7 +16,7 @@ PKG_HASH:=3046a53b0e40d4b676c3b774c73411d7184ae2745fe8ce5e45c0f33d3ddb71a7 PKG_MAINTAINER:=Alexandru Ardelean , Peter Stadler PKG_LICENSE:=BSD-3-Clause -PKG_LICENSE_FILES:=LICENSE LICENSE.python +PKG_LICENSE_FILES:=AUTHORS LICENSE LICENSE.python PKG_CPE_ID:=cpe:/a:djangoproject:django include ../pypi.mk @@ -27,10 +27,9 @@ define Package/python3-django SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - TITLE:=The web framework for perfectionists with deadlines. + TITLE:=The web framework for perfectionists with deadlines URL:=https://www.djangoproject.com/ - DEPENDS:= +python3 +python3-pytz +python3-sqlparse +python3-asgiref - CONFLICTS:=python3-django1 + DEPENDS:= +python3 +python3-asgiref +python3-sqlparse PROVIDES:=django endef