aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetri Lehtinen <petri.lehtinen@inoi.fi>2009-09-28 21:21:13 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-09-29 10:13:28 +0200
commit97d95eda7075f9baef27f78b4fd811eab8384639 (patch)
tree2c81c604cc2ae55297cd7da58e12477d77df7a24
parent7e769c740b93e472ca8222684ae58c30f3b826cf (diff)
downloadopenembedded-97d95eda7075f9baef27f78b4fd811eab8384639.tar.gz
python-django: Update to work with Python 2.6
Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
-rw-r--r--recipes/python/python-django_1.0.2.bb3
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 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 \