summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
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 48a623a78f49..5441a821da29 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -873,6 +873,9 @@ ifneq ($(DISABLE_PYTHON),TRUE)
$(eval $(call gb_Helper_register_packages_for_install,python, \
pyuno_pythonloader_ini \
))
+$(eval $(call gb_Helper_register_packages_for_install,python_scriptprovider, \
+ scriptproviderforpython \
+))
endif
# External executables
d=de030cd7a234fd9191364647deb1a4836ca992cb'>gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-03-11Fix typosAndrea Gelmini 2017-03-02Fix typosAndrea Gelmini 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-12-20Fix smoketest under right-to-left localesKhaled Hosny