Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
0a03d07ebb9eea5675539bb296fd282e91c9301a
/
.
/
meta-openembedded
/
meta-python
/
recipes-devtools
/
python
/
python-django_1.11.14.bb
blob: d2347cc963428876616d788049ee81739a8fe31c [
file
] [
log
] [
blame
]
Brad Bishop
316dfdd
2018-06-25 12:45:53 -0400
[
diff
] [
blame
]
1
require
python
-
django
.
inc
2
inherit setuptools
3
4
RDEPENDS_$
{
PN
}
+=
" \
5
${PYTHON_PN}-argparse \
6
${PYTHON_PN}-subprocess \
7
${PYTHON_PN}-zlib \
8
"