aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-08-15 15:20:47 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-08-22 15:49:25 +0200
commit52cb4d555eb471e6cb0c1f1d75ace06a1a96a57c (patch)
tree4261f486226c2c59a2b75ec266d5c8b03804f185 /meta-python
parent3c208853183758ec08bc3771c108981338d88b70 (diff)
downloadmeta-openembedded-contrib-52cb4d555eb471e6cb0c1f1d75ace06a1a96a57c.tar.gz
python-jsonpatch: Fix RDEPENDS to work on minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb b/meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb
index bc64ffcf03..c845eda541 100644
--- a/meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb
+++ b/meta-python/recipes-devtools/python/python-jsonpatch_1.14.bb
@@ -8,5 +8,5 @@ inherit pypi setuptools
SRC_URI[md5sum] = "cf4fbad8188f1389363433dbf867109f"
SRC_URI[sha256sum] = "776d828d6f7b4581862529cf413439a652d74b9e3a0261fa08c36fd761a78b4a"
-RDEPENDS_${PN} += "python-re python-json python-jsonpointer"
+RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-stringold"