diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-24 14:04:16 +0000 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2014-09-24 14:05:17 +0000 |
commit | 8bf8c9ba4f031fa8c838321b0cf4c7bb8dd44753 (patch) | |
tree | ac543b47264a678bbba1b88c87399496a68b61ca | |
parent | 3b69e188fdf770079d330c60c7dba63eca208c74 (diff) |
Revert "Make PythonTests depend on the ExternalExecutable"
This reverts commit 9416f4e8ab5fe9e1006bf8afd0b9d0ed2655a315.
Change-Id: Id187b98c26e0fb109c26b31fb88bb50d0960d6fb
Reviewed-on: https://gerrit.libreoffice.org/11627
Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
Tested-by: Matúš Kukan <matus.kukan@collabora.com>
-rw-r--r-- | solenv/gbuild/PythonTest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk index c78a8964c171..ce5f5ed0e564 100644 --- a/solenv/gbuild/PythonTest.mk +++ b/solenv/gbuild/PythonTest.mk @@ -15,7 +15,7 @@ gb_PythonTest_EXECUTABLE_GDB := $(gb_Python_INSTALLED_EXECUTABLE_GDB) ifeq ($(OS),MACOSX) gb_PythonTest_DEPS := $(call gb_GeneratedPackage_get_target,python3) else -gb_PythonTest_DEPS := $(call gb_ExternalExecutable_get_dependencies,python) +gb_PythonTest_DEPS := $(call gb_Package_get_target,python3) endif gb_PythonTest_DEPS += $(if $(filter-out WNT,$(OS)),$(call gb_Package_get_target,python_shell)) else |