summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-10-20 11:29:22 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-27 23:26:52 -0400
commitf585ebef06a2d360e8955c2956514097e99591cc (patch)
treeb0202d11b7dc5778c422cfbda867d57140a6f43a /meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb
parent769b0c5537b39d61afe05972bec8efa1b01bf0b3 (diff)
downloadmeta-cloud-services-f585ebef06a2d360e8955c2956514097e99591cc.tar.gz
python3-wsme: upgrade 0.9.3 -> 0.10.0
Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb b/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb
new file mode 100644
index 0000000..57538ec
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python3-wsme_0.10.0.bb
@@ -0,0 +1,30 @@
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] = "7e5d5c6dbee2ad1e82c518ef3bfdf108"
10SRC_URI[sha256sum] = "965b9ce48161e5c50d84aedcf50dca698f05bf07e9d489201bccaec3141cd304"
11
12DEPENDS += " \
13 ${PYTHON_PN}-pip \
14 ${PYTHON_PN}-pbr \
15 "
16
17# Satisfy setup.py 'setup_requires'
18DEPENDS += " \
19 ${PYTHON_PN}-pbr-native \
20 "
21
22RDEPENDS_${PN} += "\
23 ${PYTHON_PN}-pbr \
24 ${PYTHON_PN}-six \
25 ${PYTHON_PN}-pytz \
26 ${PYTHON_PN}-netaddr \
27 ${PYTHON_PN}-webob \
28 "
29
30inherit setuptools3 pypi