diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 15:08:22 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-04-18 15:08:22 +0100 |
commit | 89f6ff4c296de5e61d5bfb0cfef55e482839e227 (patch) | |
tree | a02a8cf490e99c4f55b332f974b2653114ae042d /pyuno | |
parent | 14137bcf7305eb9d06cbfb33cf5a951fd6b9e416 (diff) |
python depend only working under windows so
revert 6980da37549d9ae0a89812aeccfa5365c9f7a9b9 for the moment
Change-Id: I1c6e6d74bee6d3008e32c48c0da4a7faf90c8f60
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/Module_pyuno.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pyuno/Module_pyuno.mk b/pyuno/Module_pyuno.mk index 8cd37a12bcc6..fcd69b0b7d9d 100644 --- a/pyuno/Module_pyuno.mk +++ b/pyuno/Module_pyuno.mk @@ -60,7 +60,11 @@ endif endif # SYSTEM_PYTHON -$(eval $(call gb_Module_add_check_targets,pyuno, \ +# 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, \ PythonTest_pyuno_pytests_ssl \ )) |