diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb b/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb index 5aaee682b6..53b88396fe 100644 --- a/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.5.1.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-jsonschema.inc | 2 | require python-jsonschema.inc |
3 | 3 | ||
4 | DEPENDS += "python3-vcversioner" | ||
5 | |||
4 | RDEPENDS_${PN} += " \ | 6 | RDEPENDS_${PN} += " \ |
5 | ${PYTHON_PN}-misc \ | 7 | ${PYTHON_PN}-misc \ |
6 | " | 8 | " |