From patchwork Fri Mar 23 23:14:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: python: Add tk to DEPENDS Date: Fri, 23 Mar 2012 23:14:27 -0000 From: Andrei Gherzan X-Patchwork-Id: 24383 Message-Id: <1332544467-2071-1-git-send-email-andrei@gherzan.ro> To: openembedded-core@lists.openembedded.org This is needed for _tkinter python module. [YOCTO #1937] Signed-off-by: Andrei Gherzan --- meta/recipes-devtools/python/python_2.7.2.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index cb0a1d5..6969929 100644 --- a/meta/recipes-devtools/python/python_2.7.2.bb +++ b/meta/recipes-devtools/python/python_2.7.2.bb @@ -1,5 +1,5 @@ require python.inc -DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib" +DEPENDS = "python-native bzip2 db gdbm openssl readline sqlite3 zlib tk" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" PR = "${INC_PR}.8"