From b5ead44a87ffd72e29524a1efb43b6c581e605b7 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 2 Aug 2014 16:06:44 +0200 Subject: fix python deps for services test Change-Id: Ia82a735c6075771d5096647905c4722ada1d1d40 --- postprocess/CppunitTest_services.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'postprocess') 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: -- cgit v1.2.3