From 0b9a714f3be80f8e948c80f7ebf8876b495e7342 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 6 Jun 2019 11:01:32 +0800 Subject: python-wsme: upgrade 0.9.2 -> 0.9.3 -Upgrade from python-wsme_0.9.2.bb to python-wsme_0.9.3.bb. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-wsme_0.9.2.bb | 26 ---------------------- .../recipes-devtools/python/python-wsme_0.9.3.bb | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb create mode 100644 meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb (limited to 'meta-openstack') diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb deleted file mode 100644 index 15f46d4..0000000 --- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" -HOMEPAGE = "https://pypi.python.org/pypi/WSME/" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" - -PYPI_PACKAGE = "WSME" - -SRC_URI[md5sum] = "f7ab1fecd5fa64f579d6ef3aabf38f60" -SRC_URI[sha256sum] = "e790ac755a7e36eaa796d3966d3878677896dbc7d1c2685cb85c06b744c21976" - -inherit setuptools pypi - -DEPENDS += " \ - python-pip \ - python-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - python-pbr-native \ - " - -RDEPENDS_${PN} += "\ - python-pbr \ - " diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb new file mode 100644 index 0000000..4e83299 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" +HOMEPAGE = "https://pypi.python.org/pypi/WSME/" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" + +PYPI_PACKAGE = "WSME" + +SRC_URI[md5sum] = "e6cb3864bae872acaa0cd0c2efacc94f" +SRC_URI[sha256sum] = "e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a" + +inherit setuptools pypi + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + +RDEPENDS_${PN} += "\ + python-pbr \ + " -- cgit v1.2.3-54-g00ecf