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

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