From 58f37285b3edf41b59125156712b9f613b5bfac2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Wed, 15 Oct 2014 14:27:43 +0200 Subject: [PATCH] python-setuptools: add dependency on python MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I5d6da2b214da6d8f55a38fb6797afecbd0c129b2 Signed-off-by: Kévin THIERRY --- recipes-tizen/python-setuptools/python-setuptools-extraconf.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-tizen/python-setuptools/python-setuptools-extraconf.inc b/recipes-tizen/python-setuptools/python-setuptools-extraconf.inc index 4b94c9c..f4beb00 100644 --- a/recipes-tizen/python-setuptools/python-setuptools-extraconf.inc +++ b/recipes-tizen/python-setuptools/python-setuptools-extraconf.inc @@ -1,3 +1,5 @@ +DEPENDS += "python" + # required for pythong binding export HOST_SYS export BUILD_SYS -- 2.7.4