mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
23 lines
374 B
BlitzBasic
23 lines
374 B
BlitzBasic
inherit pypi setuptools
|
|
require python-cryptography.inc
|
|
|
|
SRC_URI += " \
|
|
file://run-ptest \
|
|
"
|
|
|
|
DEPENDS += " \
|
|
${PYTHON_PN}-enum34 \
|
|
"
|
|
|
|
RDEPENDS_${PN} += " \
|
|
${PYTHON_PN}-enum34 \
|
|
${PYTHON_PN}-ipaddress \
|
|
"
|
|
|
|
RDEPENDS_${PN}_class-target += " \
|
|
${PYTHON_PN}-enum34 \
|
|
${PYTHON_PN}-ipaddress \
|
|
${PYTHON_PN}-contextlib \
|
|
${PYTHON_PN}-subprocess \
|
|
"
|