python-django: Update to work with Python 2.6
authorPetri Lehtinen <petri.lehtinen@inoi.fi>
Mon, 28 Sep 2009 21:21:13 +0000 (21:21 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 29 Sep 2009 08:13:28 +0000 (10:13 +0200)
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
recipes/python/python-django_1.0.2.bb

index 0c572ee..572e190 100644 (file)
@@ -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 \