diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-jsonschema.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jsonschema.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-jsonschema.inc b/meta-python/recipes-devtools/python/python-jsonschema.inc index 8f5bdaa586..069a57f26f 100644 --- a/meta-python/recipes-devtools/python/python-jsonschema.inc +++ b/meta-python/recipes-devtools/python/python-jsonschema.inc | |||
@@ -8,6 +8,7 @@ SRC_URI[sha256sum] = "8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a29 | |||
8 | DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" | 8 | DEPENDS += "${PYTHON_PN}-vcversioner-native ${PYTHON_PN}-setuptools-scm-native" |
9 | 9 | ||
10 | RDEPENDS_${PN} += " \ | 10 | RDEPENDS_${PN} += " \ |
11 | ${PYTHON_PN}-attrs \ | ||
11 | ${PYTHON_PN}-core \ | 12 | ${PYTHON_PN}-core \ |
12 | ${PYTHON_PN}-io \ | 13 | ${PYTHON_PN}-io \ |
13 | ${PYTHON_PN}-json \ | 14 | ${PYTHON_PN}-json \ |
@@ -15,6 +16,7 @@ RDEPENDS_${PN} += " \ | |||
15 | ${PYTHON_PN}-numbers \ | 16 | ${PYTHON_PN}-numbers \ |
16 | ${PYTHON_PN}-pkgutil \ | 17 | ${PYTHON_PN}-pkgutil \ |
17 | ${PYTHON_PN}-pprint \ | 18 | ${PYTHON_PN}-pprint \ |
19 | ${PYTHON_PN}-pyrsistent \ | ||
18 | ${PYTHON_PN}-rfc3987 \ | 20 | ${PYTHON_PN}-rfc3987 \ |
19 | ${PYTHON_PN}-shell \ | 21 | ${PYTHON_PN}-shell \ |
20 | ${PYTHON_PN}-strict-rfc3339 \ | 22 | ${PYTHON_PN}-strict-rfc3339 \ |