wok diff python-django/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents ca4495712bef
children d3eb5f4b53ea
line diff
     1.1 --- a/python-django/receipt	Tue Jul 23 19:28:00 2013 -0300
     1.2 +++ b/python-django/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -6,11 +6,13 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Django is a high-level Python Web framework."
     1.6  MAINTAINER="claudinei@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.9  WEB_SITE="https://www.djangoproject.com/"
    1.10  WGET_URL="https://www.djangoproject.com/m/releases/1.5/$TARBALL"
    1.11 +SUGGESTED="python-mysql"
    1.12 +
    1.13  DEPENDS="python python-pysqlite"
    1.14 -SUGGESTED="python-mysql"
    1.15  BUILD_DEPENDS="setuptools wget"
    1.16  
    1.17  # Rules to configure and make the package.