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

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