summaryrefslogtreecommitdiffstats
path: root/external/meta-openembedded/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb
blob: 7410749071cb952497784710449e9eec5fcc8e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 \
"