diff options
author | Derek Straka <derek@asterius.io> | 2016-08-15 15:20:47 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-22 15:49:25 +0200 |
commit | 52cb4d555eb471e6cb0c1f1d75ace06a1a96a57c (patch) | |
tree | 4261f486226c2c59a2b75ec266d5c8b03804f185 /meta-python | |
parent | 3c208853183758ec08bc3771c108981338d88b70 (diff) | |
download | meta-openembedded-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.bb | 2 |
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 bc64ffcf0..c845eda54 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 | |||
8 | SRC_URI[md5sum] = "cf4fbad8188f1389363433dbf867109f" | 8 | SRC_URI[md5sum] = "cf4fbad8188f1389363433dbf867109f" |
9 | SRC_URI[sha256sum] = "776d828d6f7b4581862529cf413439a652d74b9e3a0261fa08c36fd761a78b4a" | 9 | SRC_URI[sha256sum] = "776d828d6f7b4581862529cf413439a652d74b9e3a0261fa08c36fd761a78b4a" |
10 | 10 | ||
11 | RDEPENDS_${PN} += "python-re python-json python-jsonpointer" | 11 | RDEPENDS_${PN} += "${PYTHON_PN}-json ${PYTHON_PN}-jsonpointer ${PYTHON_PN}-netclient ${PYTHON_PN}-re ${PYTHON_PN}-stringold" |
12 | 12 | ||