aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2019-09-17 16:09:13 -0300
committerKhem Raj <raj.khem@gmail.com>2019-09-17 20:47:11 -0700
commitd0530eb82502731a15c5d5d9f5bd581a6220692d (patch)
tree57d9c94192093d4ebca3c05e3e928883311139a5
parent25ee52ee1287a1f12fea7286af930960b54be9ba (diff)
downloadmeta-python2-d0530eb82502731a15c5d5d9f5bd581a6220692d.tar.gz
python-jsonschema: rdepends on attrs and pyrsistent
Release v3.0.2 requires python attrs and pyrsistent. (From meta-openembedded commit: fa6729a3201082a08df23e2703f82029fa13759b) Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-jsonschema.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-jsonschema.inc b/recipes-devtools/python/python-jsonschema.inc
index 8f5bdaa..069a57f 100644
--- a/recipes-devtools/python/python-jsonschema.inc
+++ b/recipes-devtools/python/python-jsonschema.inc
@@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a29
DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native"
RDEPENDS_${PN} += " \
+ ${PYTHON_PN}-attrs \
${PYTHON_PN}-core \
${PYTHON_PN}-io \
${PYTHON_PN}-json \
@@ -15,6 +16,7 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-numbers \
${PYTHON_PN}-pkgutil \
${PYTHON_PN}-pprint \
+ ${PYTHON_PN}-pyrsistent \
${PYTHON_PN}-rfc3987 \
${PYTHON_PN}-shell \
${PYTHON_PN}-strict-rfc3339 \