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>2017-01-20 13:56:45 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-20 08:59:23 -0500
commit5c9c93eb5743445059911d1b75aa57705bfda4a6 (patch)
tree1309dca38c0aba736822a5ab7bd29a49094f97f7 /meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb
parentc6bd0e1272518aab9db2a6d69c7f62ab57f5d138 (diff)
downloadmeta-cloud-services-5c9c93eb5743445059911d1b75aa57705bfda4a6.tar.gz
ipython-wsme: 0.7.0 -> 0.9.1
Upgrade python-wsme from 0.7.0 to 0.9.1. 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.bb30
1 files changed, 30 insertions, 0 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
new file mode 100644
index 0000000..e74efd9
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.1.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 = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
6
7SRCNAME = "WSME"
8
9SRC_URI = "https://pypi.python.org/packages/8d/c5/0d0ba34f228aa1b5512cbfa833aba24755523ed2eca3ece043702ea19911/${SRCNAME}-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "23b0269af3f4c1db8cfa35054703f0db"
12SRC_URI[sha256sum] = "afdd3ba14f815837239d6dead652de460bd61a869e39430b459be77d1a928197"
13
14S = "${WORKDIR}/${SRCNAME}-${PV}"
15
16inherit setuptools
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
28RDEPENDS_${PN} += "\
29 python-pbr \
30 "