aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-03-06 07:50:08 -0500
committerArmin Kuster <akuster808@gmail.com>2018-03-12 10:01:17 -0700
commit6db7ade6c5757c317ca63c43b40ddda5d4e181dd (patch)
tree06140dd2d11c6db5f08eb5cdcb43e9345f5027de /meta-python/recipes-devtools
parent0fe9cd93c3a8e843a18684e233b1f240bcffa469 (diff)
downloadmeta-openembedded-contrib-6db7ade6c5757c317ca63c43b40ddda5d4e181dd.tar.gz
python-jsonschema: remove unneeded depends on python3-misc
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
index 5aaee682b6..9269907476 100644
--- a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb
@@ -1,6 +1,2 @@
inherit pypi setuptools3
require python-jsonschema.inc
-
-RDEPENDS_${PN} += " \
- ${PYTHON_PN}-misc \
-"