aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_1.11.9.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-10 16:16:52 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-16 21:41:26 -0800
commit1c56fc96239f002aac57da19d13a543f1210253d (patch)
tree487c3e1ec0d3f73bcd87c4178348ebc8aed3360b /meta-python/recipes-devtools/python/python3-django_1.11.9.bb
parentfdbe09774108525c179db7f42ebaca7ae1123c29 (diff)
downloadmeta-openembedded-1c56fc96239f002aac57da19d13a543f1210253d.tar.gz
python-django: update to version 1.11.9
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-django_1.11.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_1.11.9.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_1.11.9.bb b/meta-python/recipes-devtools/python/python3-django_1.11.9.bb
new file mode 100644
index 0000000000..ef77603a62
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_1.11.9.bb
@@ -0,0 +1,7 @@
+require python-django.inc
+inherit setuptools3
+
+# Requires _pydecimal which is in misc
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-misc \
+"