Browse Source

Merge pull request #5465 from commodo/fix-python-recursive-deps

python,python3: fix recursive deps caused by dangling DEPENDS
lilik-openwrt-22.03
Hannu Nyman 7 years ago
committed by GitHub
parent
commit
059fff5983
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      lang/python/python-package.mk
  2. +1
    -0
      lang/python/python3-package.mk

+ 1
- 0
lang/python/python-package.mk View File

@ -39,6 +39,7 @@ define PyPackage
define Package/$(1)-src
$(call Package/$(1))
DEPENDS:=
TITLE+= (sources)
endef


+ 1
- 0
lang/python/python3-package.mk View File

@ -38,6 +38,7 @@ define Py3Package
define Package/$(1)-src
$(call Package/$(1))
DEPENDS:=
TITLE+= (sources)
endef


Loading…
Cancel
Save