diff options
| author | Derek Straka <derek@asterius.io> | 2018-03-06 07:50:08 -0500 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2018-03-12 10:01:17 -0700 |
| commit | 6db7ade6c5757c317ca63c43b40ddda5d4e181dd (patch) | |
| tree | 06140dd2d11c6db5f08eb5cdcb43e9345f5027de | |
| parent | 0fe9cd93c3a8e843a18684e233b1f240bcffa469 (diff) | |
| download | meta-openembedded-6db7ade6c5757c317ca63c43b40ddda5d4e181dd.tar.gz | |
python-jsonschema: remove unneeded depends on python3-misc
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb index 5aaee682b6..9269907476 100644 --- a/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-jsonschema_2.6.0.bb | |||
| @@ -1,6 +1,2 @@ | |||
| 1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
| 2 | require python-jsonschema.inc | 2 | require python-jsonschema.inc |
| 3 | |||
| 4 | RDEPENDS_${PN} += " \ | ||
| 5 | ${PYTHON_PN}-misc \ | ||
| 6 | " | ||
