summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-08-12 16:10:30 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-12 10:59:07 -0400
commite3ae1603fd1cc3e25cb1e530973931c4c69b1952 (patch)
treea857fbd5e9a1820a580bb217c451e85101b7131b /meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb
parent981446182b551daab875e706309674bafda0406f (diff)
downloadmeta-cloud-services-e3ae1603fd1cc3e25cb1e530973931c4c69b1952.tar.gz
python-wsme: Add python3 version
Providing a python3 version of python-wsme. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb26
1 files changed, 1 insertions, 25 deletions
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
index 4e83299..b332f5f 100644
--- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.3.bb
@@ -1,26 +1,2 @@
1DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
2HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
6
7PYPI_PACKAGE = "WSME"
8
9SRC_URI[md5sum] = "e6cb3864bae872acaa0cd0c2efacc94f"
10SRC_URI[sha256sum] = "e24fcff24392a0b176e560ffc6591b1f658342bbc992f84e0e8a3c53fd92580a"
11
12inherit setuptools pypi 1inherit setuptools pypi
13 2require python-wsme.inc
14DEPENDS += " \
15 python-pip \
16 python-pbr \
17 "
18
19# Satisfy setup.py 'setup_requires'
20DEPENDS += " \
21 python-pbr-native \
22 "
23
24RDEPENDS_${PN} += "\
25 python-pbr \
26 "