Browse Source

Merge pull request #11817 from cotequeiroz/python-src

python3: hide -src package until main pkg selected
lilik-openwrt-22.03
Josef Schlehofer 4 years ago
committed by GitHub
parent
commit
6bae8487ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      lang/python/python3-package.mk

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

@ -56,6 +56,10 @@ define Py3Package
(Contains the Python3 sources for this package).
endef
define Package/$(1)-src/config
depends on PACKAGE_$(1)
endef
# Add default PyPackage filespec none defined
ifndef Py3Package/$(1)/filespec
define Py3Package/$(1)/filespec


Loading…
Cancel
Save