From f585ebef06a2d360e8955c2956514097e99591cc Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 20 Oct 2020 11:29:22 +0800 Subject: python3-wsme: upgrade 0.9.3 -> 0.10.0 Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-wsme.inc | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-wsme.inc (limited to 'meta-openstack/recipes-devtools/python/python-wsme.inc') diff --git a/meta-openstack/recipes-devtools/python/python-wsme.inc b/meta-openstack/recipes-devtools/python/python-wsme.inc deleted file mode 100644 index b402a09..0000000 --- a/meta-openstack/recipes-devtools/python/python-wsme.inc +++ /dev/null @@ -1,24 +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] = "e6cb3864bae872acaa0cd0c2efacc94f" -SRC_URI[sha256sum] = "e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a" - -DEPENDS += " \ - ${PYTHON_PN}-pip \ - ${PYTHON_PN}-pbr \ - " - -# Satisfy setup.py 'setup_requires' -DEPENDS += " \ - ${PYTHON_PN}-pbr-native \ - " - -RDEPENDS_${PN} += "\ - ${PYTHON_PN}-pbr \ - " -- cgit v1.2.3-54-g00ecf