summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-02-28 21:10:20 +0100
committerMichael Stahl <mstahl@redhat.com>2015-02-28 22:28:56 +0100
commit62eb3bf472975e9af4d12e0e4fea5d9c419694b9 (patch)
treeace0a991b2aa4e2557bd84ab4aff3262c9dce261 /Repository.mk
parent8c53af6fb868ab1aa31e76350ced9bc0e41d816a (diff)
scp2: move python packages to AutoInstall
Change-Id: I1444e114e5cdbe794d79f40edebc32cb0229a4b5
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk
index 5441a821da29..a15c1d32066a 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -872,6 +872,9 @@ endif # GUIBASE=unx
ifneq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_Helper_register_packages_for_install,python, \
pyuno_pythonloader_ini \
+ pyuno_python_scripts \
+ $(if $(SYSTEM_PYTHON),,$(if $(filter-out WNT,$(OS)),python_shell)) \
+ scripting_ScriptsPython \
))
$(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
scriptproviderforpython \