mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 17:41:20 +00: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:
@@ -39,7 +39,6 @@ define Py3Package
|
||||
define Package/$(1)-src
|
||||
$(call Package/$(1))
|
||||
TITLE+= (sources)
|
||||
DEPENDS:=$$$$(foreach dep,$$$$(filter +python3-%,$$$$(DEPENDS)),$$$$(dep)-src)
|
||||
endef
|
||||
|
||||
define Package/$(1)-src/description
|
||||
|
||||
Reference in New Issue
Block a user