aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-django_1.11.9.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-21 11:20:31 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-22 20:09:52 -0800
commit91a936feda22928d035a73bfd26909fd80a912e0 (patch)
tree85c0848874fb7b1ac3fbb0870f338359820ea221 /meta-python/recipes-devtools/python/python-django_1.11.9.bb
parentf61f5d73cd05682f0ba8362dd743e257db3e5f18 (diff)
downloadmeta-openembedded-contrib-91a936feda22928d035a73bfd26909fd80a912e0.tar.gz
Remove deprecated python3-argparse from the RDEPENDS
The python3-argparse package was removed as part of the migration to the json manifest file. The functionality is now part of core 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.9.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-django_1.11.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-django_1.11.9.bb b/meta-python/recipes-devtools/python/python-django_1.11.9.bb
index ed92c9bfe0..db48ffdd79 100644
--- a/meta-python/recipes-devtools/python/python-django_1.11.9.bb
+++ b/meta-python/recipes-devtools/python/python-django_1.11.9.bb
@@ -1,4 +1,4 @@
require python-django.inc
inherit setuptools
-RDEPENDS_${PN} += "${PYTHON_PN}-zlib"
+RDEPENDS_${PN} += "${PYTHON_PN}-argparse ${PYTHON_PN}-zlib"