aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-jsonschema_2.6.0.bb
blob: 55cbb2020686e5c12ee34e304e33febd47a81a1a (plain)
1
2
3
4
5
6
7
8
9
inherit pypi setuptools
require python-jsonschema.inc

RDEPENDS_${PN} += " \
    ${PYTHON_PN}-argparse \
    ${PYTHON_PN}-contextlib \
    ${PYTHON_PN}-functools32 \
    ${PYTHON_PN}-re \
"