diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-20 13:56:45 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 08:59:23 -0500 |
| commit | 5c9c93eb5743445059911d1b75aa57705bfda4a6 (patch) | |
| tree | 1309dca38c0aba736822a5ab7bd29a49094f97f7 /meta-openstack/recipes-devtools/python/python-wsme_0.9.1.bb | |
| parent | c6bd0e1272518aab9db2a6d69c7f62ab57f5d138 (diff) | |
| download | meta-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.bb | 30 |
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 @@ | |||
| 1 | DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/WSME/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4" | ||
| 6 | |||
| 7 | SRCNAME = "WSME" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/8d/c5/0d0ba34f228aa1b5512cbfa833aba24755523ed2eca3ece043702ea19911/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "23b0269af3f4c1db8cfa35054703f0db" | ||
| 12 | SRC_URI[sha256sum] = "afdd3ba14f815837239d6dead652de460bd61a869e39430b459be77d1a928197" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | RDEPENDS_${PN} += "\ | ||
| 29 | python-pbr \ | ||
| 30 | " | ||
