mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 08:04:32 +04:00
treewide: use local python-package.mk & python3-package.mk files
This guarantees for the package feeds that the mk files will always be available for all packages. Will need to see about external-feed Python packages a bit later. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ PKG_SOURCE_URL:=https://pypi.python.org/packages/29/4d/fd9ba0e9b86c05714d9bc945d
|
||||
PKG_HASH:=3cb5334d42cfabda49c9c0efb1c24f5663e318ed34b3a34fada5195232f75f65
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
$(call include_mk, python-package.mk)
|
||||
include ../python-package.mk
|
||||
|
||||
define Package/django-statici18n
|
||||
SUBMENU:=Python
|
||||
|
||||
Reference in New Issue
Block a user