summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb')
-rw-r--r--meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb b/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb
new file mode 100644
index 000000000..741074907
--- /dev/null
+++ b/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb
@@ -0,0 +1,13 @@
1require python-pywbem.inc
2inherit setuptools
3
4DEPENDS += " \
5 ${PYTHON_PN}-m2crypto-native \
6 ${PYTHON_PN}-typing-native \
7"
8
9RDEPENDS_${PN}_class-target += "\
10 ${PYTHON_PN}-argparse \
11 ${PYTHON_PN}-m2crypto \
12 ${PYTHON_PN}-subprocess \
13"