diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2020-04-12 12:25:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 12:25:45 +0200 |
commit | 6bae8487efcf453a97e2055aa78989577eec87ba (patch) | |
tree | 450468fe77f2fb7da994014afd755077bc33e701 /lang | |
parent | 5eb24063ccfc9e30269ef3559d5287e541f84d6c (diff) | |
parent | 3d28b776bcaae76f7d1a9731e6b804f6ce16988a (diff) |
Merge pull request #11817 from cotequeiroz/python-src
python3: hide -src package until main pkg selected
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python3-package.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python/python3-package.mk b/lang/python/python3-package.mk index 0f5621c9f..97589b563 100644 --- a/lang/python/python3-package.mk +++ b/lang/python/python3-package.mk @@ -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 |