[Libreoffice-commits] core.git: pyuno/Module_pyuno.mk

Norbert Thiebaud nthiebaud at gmail.com
Fri Apr 25 08:24:44 PDT 2014


 pyuno/Module_pyuno.mk |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 731f7fe778c19378dfcbc1a5e9165f666ebb90df
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Apr 25 10:23:22 2014 -0500

    disable pytest_ssl on mac
    
    Change-Id: I9f6a50f00bd98aeffa46f3ef40211e30edf658d6

diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index 8cd37a1..2ae3733 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -60,9 +60,11 @@ endif
 
 endif # SYSTEM_PYTHON
 
+ifneq ($(OS),MACOSX)
 $(eval $(call gb_Module_add_check_targets,pyuno, \
     PythonTest_pyuno_pytests_ssl \
 ))
+endif
 
 ifneq (,$(filter PythonTest_pytests,$(MAKECMDGOALS)))
 $(eval $(call gb_Module_add_targets,pyuno, \


More information about the Libreoffice-commits mailing list