diff options
| author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-29 13:10:16 +0200 |
|---|---|---|
| committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-29 13:10:16 +0200 |
| commit | e02161e5582a182d8a3b672ad91fc27843f1a438 (patch) | |
| tree | 9c8dccf7143ade33df0b42bf188080e858a7b273 /recipes/python/python-django_1.0.2.bb | |
| parent | ae406036fed38040f406d4408c6bbb77cb25f831 (diff) | |
| parent | 53e7eb0ef3106cf5c9c12a4834f77b6a2119a193 (diff) | |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-django_1.0.2.bb')
| -rw-r--r-- | 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 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 \ |
