From: Petri Lehtinen Date: Mon, 28 Sep 2009 21:21:13 +0000 (+0000) Subject: python-django: Update to work with Python 2.6 X-Git-Tag: Release-2010-05/1~2273^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97d95eda7075f9baef27f78b4fd811eab8384639;p=openembedded.git python-django: Update to work with Python 2.6 Signed-off-by: Petri Lehtinen --- diff --git a/recipes/python/python-django_1.0.2.bb b/recipes/python/python-django_1.0.2.bb index 0c572eeeda..572e1906a9 100644 --- a/recipes/python/python-django_1.0.2.bb +++ b/recipes/python/python-django_1.0.2.bb @@ -16,11 +16,12 @@ DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}" RDEPENDS_${PN} = "\ python-email \ + python-html \ python-netserver \ python-pickle \ python-pprint \ python-shell \ - python-sqlite \ + python-sqlite3 \ python-textutils \ python-threading \ python-unixadmin \