summaryrefslogtreecommitdiffstats
path: root/pyuno
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-18 17:37:09 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-18 17:39:21 +0200
commit8dd3739ad57645dfd199ede9fe0fa4018dcd7f4d (patch)
treed35ed0a26285f79fb3e6b4b0d09429a151c6944d /pyuno
parentfdo#75735 RTF import: fix COW when writing a nested structure (diff)
downloadcore-8dd3739ad57645dfd199ede9fe0fa4018dcd7f4d.tar.gz
core-8dd3739ad57645dfd199ede9fe0fa4018dcd7f4d.zip
Revert "python depend only working under windows so"
This reverts commit 89f6ff4c296de5e61d5bfb0cfef55e482839e227.
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/Module_pyuno.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk
index fcd69b0b7d9d..8cd37a12bcc6 100644
--- a/pyuno/Module_pyuno.mk
+++ b/pyuno/Module_pyuno.mk
@@ -60,11 +60,7 @@ endif
endif # SYSTEM_PYTHON
-# TODO: add dependencies to the PythonTest stuff to
-# depend on internal python getting installed
-# into instdir becore running python tests,
-# for now bodge this into a damn subsequentcheck
-$(eval $(call gb_Module_add_subsequentcheck_targets,pyuno, \
+$(eval $(call gb_Module_add_check_targets,pyuno, \
PythonTest_pyuno_pytests_ssl \
))