mesa-7.9: bump PR after talloc changes
[openembedded.git] / recipes / python / python-django_1.2.1.bb
blob0dff6a84307faa6c31dfc27c799cd0c8f83b1c61
1 DESCRIPTION = "Python Web framework"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "BSD"
5 SRCNAME = "Django"
6 RELEASE = "1.2"
7 PR = "r0"
9 SRC_URI = "http://media.djangoproject.com/releases/${RELEASE}/${SRCNAME}-${PV}.tar.gz"
10 S = "${WORKDIR}/${SRCNAME}-${PV}"
12 inherit distutils
14 DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}"
16 # TODO: huge package, increase granularity
18 RDEPENDS_${PN} = "\
19 python-email \
20 python-html \
21 python-netserver \
22 python-numbers \
23 python-pickle \
24 python-pprint \
25 python-shell \
26 python-sqlite3 \
27 python-textutils \
28 python-threading \
29 python-unixadmin \
30 python-xml \
33 SRC_URI[md5sum] = "2351efb20f6b7b5d9ce80fa4cb1bd9ca"
34 SRC_URI[sha256sum] = "eaa29f2344568cc871c4517a348de0d5c39fbd055b4c998cd4a80601bb51e7b9"