summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-30 17:28:40 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-03 23:24:54 -0400
commit47c2415c9cd84320f072227f0dfa5a66adc0236a (patch)
tree3567bc1f17241c8d26ec218f1c4f13c6c78b4a6e /meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
parent829a641319ecd7f3b8407adfae26ce126cdd1b37 (diff)
downloadmeta-cloud-services-47c2415c9cd84320f072227f0dfa5a66adc0236a.tar.gz
python-wsme: 0.9.1 -> 0.9.2
Upgrade python-wsme from 0.9.1 to 0.9.2. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb26
1 files changed, 26 insertions, 0 deletions
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
new file mode 100644
index 0000000..59e1ddb
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
2HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
6
7PYPI_PACKAGE = "WSME"
8
9SRC_URI[md5sum] = "f7ab1fecd5fa64f579d6ef3aabf38f60"
10SRC_URI[sha256sum] = "e790ac755a7e36eaa796d3966d3878677896dbc7d1c2685cb85c06b744c21976"
11
12inherit setuptools pypi
13
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 "