aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-django_1.0.2.bb
blob: 572e1906a9b75b4c764e56b7ab8e0b83d3ba93a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DESCRIPTION = "Python Web framework"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "BSD"
SRCNAME = "Django"
PR = "ml0"

SRC_URI = "http://media.djangoproject.com/releases/${PV}/${SRCNAME}-${PV}-final.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}-final"

inherit distutils

DISTUTILS_INSTALL_ARGS = "--root=${D} --prefix=${prefix}"

# TODO: huge package, increase granularity

RDEPENDS_${PN} = "\
  python-email \
  python-html \
  python-netserver \
  python-pickle \
  python-pprint \
  python-shell \
  python-sqlite3 \
  python-textutils \
  python-threading \
  python-unixadmin \
  python-xml \
"