mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python-jsonschema: rdepends on attrs and pyrsistent
Release v3.0.2 requires python attrs and pyrsistent. Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
34709e2d59
commit
fa6729a320
@@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a29
|
|||||||
DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native"
|
DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native"
|
||||||
|
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
|
${PYTHON_PN}-attrs \
|
||||||
${PYTHON_PN}-core \
|
${PYTHON_PN}-core \
|
||||||
${PYTHON_PN}-io \
|
${PYTHON_PN}-io \
|
||||||
${PYTHON_PN}-json \
|
${PYTHON_PN}-json \
|
||||||
@@ -15,6 +16,7 @@ RDEPENDS_${PN} += " \
|
|||||||
${PYTHON_PN}-numbers \
|
${PYTHON_PN}-numbers \
|
||||||
${PYTHON_PN}-pkgutil \
|
${PYTHON_PN}-pkgutil \
|
||||||
${PYTHON_PN}-pprint \
|
${PYTHON_PN}-pprint \
|
||||||
|
${PYTHON_PN}-pyrsistent \
|
||||||
${PYTHON_PN}-rfc3987 \
|
${PYTHON_PN}-rfc3987 \
|
||||||
${PYTHON_PN}-shell \
|
${PYTHON_PN}-shell \
|
||||||
${PYTHON_PN}-strict-rfc3339 \
|
${PYTHON_PN}-strict-rfc3339 \
|
||||||
|
|||||||
Reference in New Issue
Block a user