mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-15 07:29:39 +00:00
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
254 B
BlitzBasic
14 lines
254 B
BlitzBasic
require python-pywbem.inc
|
|
inherit setuptools
|
|
|
|
DEPENDS += " \
|
|
${PYTHON_PN}-m2crypto-native \
|
|
${PYTHON_PN}-typing-native \
|
|
"
|
|
|
|
RDEPENDS_${PN}_class-target += "\
|
|
${PYTHON_PN}-argparse \
|
|
${PYTHON_PN}-m2crypto \
|
|
${PYTHON_PN}-subprocess \
|
|
"
|