diff options
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" | |||
16 | LICENSE = "LGPLv2.1" | 16 | LICENSE = "LGPLv2.1" |
17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | 17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" |
18 | 18 | ||
19 | inherit pypi setuptools3 update-alternatives | 19 | SRC_URI[md5sum] = "6100157c720ba272895b3f79a05c8dc3" |
20 | 20 | SRC_URI[sha256sum] = "84dac33f77d5ff2c3d8eb42fc7de2ffb6d33f5e4954ef89db0dbf3fe646a2809" | |
21 | SRCREV = "b3386b3bee8876d15f0745147c0b08937d8ab18e" | ||
22 | PYPI_SRC_URI = "git://github.com/pywbem/pywbem;protocol=https;branch=stable_0.15" | ||
23 | 21 | ||
24 | S = "${WORKDIR}/git" | 22 | inherit pypi setuptools3 update-alternatives |
25 | 23 | ||
26 | DEPENDS += " \ | 24 | DEPENDS += " \ |
27 | ${PYTHON_PN}-ply-native \ | 25 | ${PYTHON_PN}-ply-native \ |