mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-25 05:50:42 +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 \
|
|
"
|