aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-django_1.11.10.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-02-11 10:43:24 -0500
committerArmin Kuster <akuster808@gmail.com>2018-02-23 20:27:01 -0800
commitd0e506d5efe4f59578917db0263f3587ad7341ec (patch)
tree3402b65fd718f13b741adc805cf413bde22c7449 /meta-python/recipes-devtools/python/python-django_1.11.10.bb
parent212b9e83682332f58634bc81a842baee57ac5361 (diff)
downloadmeta-openembedded-contrib-d0e506d5efe4f59578917db0263f3587ad7341ec.tar.gz
python-django: update to version 1.11.10
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-django_1.11.10.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-django_1.11.10.bb8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-django_1.11.10.bb b/meta-python/recipes-devtools/python/python-django_1.11.10.bb
new file mode 100644
index 0000000000..d2347cc963
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-django_1.11.10.bb
@@ -0,0 +1,8 @@
+require python-django.inc
+inherit setuptools
+
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-argparse \
+ ${PYTHON_PN}-subprocess \
+ ${PYTHON_PN}-zlib \
+"