[oe] [PATCH] python-django: Update to work with Python 2.6

Holger Hans Peter Freyther holger+oe at freyther.de
Tue Sep 29 07:31:35 UTC 2009


On Tuesday 29 September 2009 09:21:13 Petri Lehtinen wrote:
> From: Petri Lehtinen <petri.lehtinen at inoi.fi>
> 
> 
> Signed-off-by: Petri Lehtinen <petri.lehtinen at inoi.fi>

Signed-of-by: Holger Hans Peter Freyther <zecke at selfish.org>

> ---
>  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-devel mailing list