solenv/gbuild/PythonTest.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8bf8c9ba4f031fa8c838321b0cf4c7bb8dd44753 Author: Matúš Kukan <matus.ku...@collabora.com> Date: Wed Sep 24 14:04:16 2014 +0000 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.ku...@collabora.com> Tested-by: Matúš Kukan <matus.ku...@collabora.com> diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk index c78a896..ce5f5ed 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
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits