mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #5465 from commodo/fix-python-recursive-deps
python,python3: fix recursive deps caused by dangling DEPENDS
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