mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 21:14:32 +04:00
python: include python*-package.mk irespective of DUMP env var
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
# The file included below defines PYTHON_VERSION
|
# The file included below defines PYTHON_VERSION
|
||||||
-include $(if $(DUMP),,./files/python-package.mk)
|
include ./files/python-package.mk
|
||||||
|
|
||||||
PKG_NAME:=python
|
PKG_NAME:=python
|
||||||
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
|
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
|
||||||
|
|||||||
Reference in New Issue
Block a user