summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_0.17.2.bb (renamed from meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.2.bb
index cbb55b8f7a..ce63822b47 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.2.bb
@@ -16,12 +16,10 @@ HOMEPAGE = "http://pywbem.github.io"
16LICENSE = "LGPLv2.1" 16LICENSE = "LGPLv2.1"
17LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" 17LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
18 18
19inherit pypi setuptools3 update-alternatives 19SRC_URI[md5sum] = "6100157c720ba272895b3f79a05c8dc3"
20 20SRC_URI[sha256sum] = "84dac33f77d5ff2c3d8eb42fc7de2ffb6d33f5e4954ef89db0dbf3fe646a2809"
21SRCREV = "b3386b3bee8876d15f0745147c0b08937d8ab18e"
22PYPI_SRC_URI = "git://github.com/pywbem/pywbem;protocol=https;branch=stable_0.15"
23 21
24S = "${WORKDIR}/git" 22inherit pypi setuptools3 update-alternatives
25 23
26DEPENDS += " \ 24DEPENDS += " \
27 ${PYTHON_PN}-ply-native \ 25 ${PYTHON_PN}-ply-native \