[oe-commits] Petri Lehtinen : python-django: Update to work with Python 2.6

git version control git at git.openembedded.org
Tue Sep 29 08:16:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 97d95eda7075f9baef27f78b4fd811eab8384639
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97d95eda7075f9baef27f78b4fd811eab8384639

Author: Petri Lehtinen <petri.lehtinen at inoi.fi>
Date:   Mon Sep 28 21:21:13 2009 +0000

python-django: Update to work with Python 2.6

Signed-off-by: Petri Lehtinen <petri.lehtinen at inoi.fi>

---

 recipes/python/python-django_1.0.2.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/python/python-django_1.0.2.bb b/recipes/python/python-django_1.0.2.bb
index 0c572ee..572e190 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 \





More information about the Openembedded-commits mailing list