blob: 9c2f88418db8873e16b08a75af06dc5a27547d84 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001inherit pypi setuptools
2require python-cryptography.inc
3
4SRC_URI += " \
5 file://run-ptest \
6"
7
8DEPENDS += " \
9 ${PYTHON_PN}-enum34 \
10"
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-enum34 \
14 ${PYTHON_PN}-ipaddress \
15"
16
17RDEPENDS_${PN}_class-target += " \
18 ${PYTHON_PN}-enum34 \
19 ${PYTHON_PN}-ipaddress \
20 ${PYTHON_PN}-contextlib \
21 ${PYTHON_PN}-subprocess \
22"