summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-08-02 16:06:44 +0200
committerDavid Tardon <dtardon@redhat.com>2014-08-02 19:16:37 +0200
commitb5ead44a87ffd72e29524a1efb43b6c581e605b7 (patch)
tree35163660921d82f67591bd36cc200f1a6ac80026 /postprocess
parent18d2a0ff95a271d7500a1a3d777e6d7ac7f0d8d7 (diff)
fix python deps for services test
Change-Id: Ia82a735c6075771d5096647905c4722ada1d1d40
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CppunitTest_services.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/postprocess/CppunitTest_services.mk b/postprocess/CppunitTest_services.mk
index 647d9eb3f877..4a8c96c88abe 100644
--- a/postprocess/CppunitTest_services.mk
+++ b/postprocess/CppunitTest_services.mk
@@ -32,6 +32,8 @@ $(eval $(call gb_CppunitTest_use_vcl,services))
$(eval $(call gb_CppunitTest_use_rdb,services,services))
ifneq ($(DISABLE_PYTHON),TRUE)
+$(eval $(call gb_CppunitTest_use_python_ure,services))
+
$(eval $(call gb_CppunitTest_use_rdb,services,pyuno))
endif
@@ -45,4 +47,8 @@ $(eval $(call gb_CppunitTest_use_jars,services,\
))
endif
+$(eval $(call gb_CppunitTest_use_packages,services,\
+ instsetoo_native_setup \
+))
+
# vim: set noet sw=4 ts=4: