mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 08:28:20 +04:00
python,python3: fix recursive deps caused by dangling DEPENDS
For python `src` packages we should clear out the DEPENDS to prevent recursive deps from happening. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -39,6 +39,7 @@ define PyPackage
|
|||||||
|
|
||||||
define Package/$(1)-src
|
define Package/$(1)-src
|
||||||
$(call Package/$(1))
|
$(call Package/$(1))
|
||||||
|
DEPENDS:=
|
||||||
TITLE+= (sources)
|
TITLE+= (sources)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ define Py3Package
|
|||||||
|
|
||||||
define Package/$(1)-src
|
define Package/$(1)-src
|
||||||
$(call Package/$(1))
|
$(call Package/$(1))
|
||||||
|
DEPENDS:=
|
||||||
TITLE+= (sources)
|
TITLE+= (sources)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user