mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 01:34:31 +04:00
python,python3: disable dependencies between python src packages
Related to: https://github.com/openwrt/packages/issues/5424 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ include ../python-version.mk
|
||||
|
||||
PKG_NAME:=python
|
||||
PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO)
|
||||
PKG_RELEASE:=9
|
||||
PKG_RELEASE:=10
|
||||
|
||||
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION)
|
||||
@@ -310,4 +310,3 @@ $(eval $(call BuildPackage,python))
|
||||
|
||||
$(eval $(call BuildPackage,python-base-src))
|
||||
$(eval $(call BuildPackage,python-light-src))
|
||||
$(eval $(call BuildPackage,python-src))
|
||||
|
||||
Reference in New Issue
Block a user