summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-04-18 21:42:00 +0200
committerDavid Tardon <dtardon@redhat.com>2014-04-18 21:42:00 +0200
commit859e42a98fd73c84edc20c87868d50747a2da123 (patch)
tree0d2c38b3595b1d51a5b2a8c9b3446255c0228e9f /solenv
parentfdo#77088 WMF - replace 32-bit min/max assumption with const (diff)
downloadcore-859e42a98fd73c84edc20c87868d50747a2da123.tar.gz
core-859e42a98fd73c84edc20c87868d50747a2da123.zip
add missing dep
Change-Id: Ibc97c8d082b154faed48efa81fb48d5247fc7b6d
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/PythonTest.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/PythonTest.mk b/solenv/gbuild/PythonTest.mk
index 24554f283947..8c346a5664cc 100644
--- a/solenv/gbuild/PythonTest.mk
+++ b/solenv/gbuild/PythonTest.mk
@@ -17,6 +17,7 @@ gb_PythonTest_DEPS := $(call gb_GeneratedPackage_get_target_for_build,python3)
else
gb_PythonTest_DEPS := $(call gb_Package_get_target_for_build,python3)
endif
+gb_PythonTest_DEPS += $(if $(filter-out WNT,$(OS)),$(call gb_Package_get_target_for_build,python_shell))
else
gb_PythonTest_EXECUTABLE := $(PYTHON_FOR_BUILD)
gb_PythonTest_EXECUTABLE_GDB := $(PYTHON_FOR_BUILD)