aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-django_1.11.8.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-12-22 15:51:57 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-27 07:25:02 -0800
commit3182908c651fc768c04bf29c957d78b8cf949b11 (patch)
tree00eae92c9f29b1a628812445504f9ec7b7bbe457 /meta-python/recipes-devtools/python/python3-django_1.11.8.bb
parent048ab14c464471b76216992803da18796090d610 (diff)
downloadmeta-openembedded-3182908c651fc768c04bf29c957d78b8cf949b11.tar.gz
python-django: update to version 1.11.8
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.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-django_1.11.8.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_1.11.8.bb b/meta-python/recipes-devtools/python/python3-django_1.11.8.bb
new file mode 100644
index 0000000000..ef77603a62
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-django_1.11.8.bb
@@ -0,0 +1,7 @@
+require python-django.inc
+inherit setuptools3
+
+# Requires _pydecimal which is in misc
+RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-misc \
+"