Kaydet (Commit) 8bf8c9ba authored tarafından Matúš Kukan's avatar Matúš Kukan

Revert "Make PythonTests depend on the ExternalExecutable"

This reverts commit 9416f4e8.

Change-Id: Id187b98c26e0fb109c26b31fb88bb50d0960d6fb
Reviewed-on: https://gerrit.libreoffice.org/11627Reviewed-by: 's avatarMatúš Kukan <matus.kukan@collabora.com>
Tested-by: 's avatarMatúš Kukan <matus.kukan@collabora.com>
üst 3b69e188
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment