aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2018-01-21 11:20:30 -0500
committerArmin Kuster <akuster808@gmail.com>2018-01-22 20:09:51 -0800
commitf61f5d73cd05682f0ba8362dd743e257db3e5f18 (patch)
tree49b4cbb140becb23b5c3467e536cecc4ea13ec1b /meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
parent3764856504d882fc1ea851fc6108ddcbbb6cf356 (diff)
downloadmeta-openembedded-contrib-f61f5d73cd05682f0ba8362dd743e257db3e5f18.tar.gz
Remove deprecated python3-enum from the RDEPENDS
The python3-enum 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/python3-jsonpatch_1.21.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb b/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
index eb55934858..73efceeed3 100644
--- a/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
+++ b/meta-python/recipes-devtools/python/python3-jsonpatch_1.21.bb
@@ -1,6 +1,2 @@
inherit setuptools3
require python-jsonpatch.inc
-
-RDEPENDS_${PN} += " \
- ${PYTHON_PN}-enum \
-"