blob: 0c572eeeda2770b553befcae841e59e09cc5810d (
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
|
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-netserver \
python-pickle \
python-pprint \
python-shell \
python-sqlite \
python-textutils \
python-threading \
python-unixadmin \
python-xml \
"
|