summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-18 18:24:15 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-18 22:18:10 +0100
commit720ca8e1a9535bb14fcdb284b7739e98285df12f (patch)
treecbb6d237260b815a641c362a1d84b04de11c4c1d /RepositoryExternal.mk
parent589d63451c52f7df2e5f5758432f0aa6d7a9b6c5 (diff)
scp2: move python3 to AutoInstall
Change-Id: I6ca298bb51fd707bcda7eabc607307701a0722ac
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 0d1000bec14d..f13ed632ad6f 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -2794,6 +2794,10 @@ endef
else # !SYSTEM_PYTHON
+$(eval $(call gb_Helper_register_packages_for_install,python,\
+ python3 \
+))
+
# depend on external project because on MACOSX the Package is disabled...
define gb_LinkTarget__use_python_headers
$(call gb_LinkTarget_use_external_project,$(1),python3)