summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.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.1.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.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
deleted file mode 100644
index 0016e63..0000000
--- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
+++ /dev/null
@@ -1,26 +0,0 @@
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] = "23b0269af3f4c1db8cfa35054703f0db"
10SRC_URI[sha256sum] = "afdd3ba14f815837239d6dead652de460bd61a869e39430b459be77d1a928197"
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 "