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.7.0.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.7.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wsme_0.7.0.bb | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.7.0.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.7.0.bb deleted file mode 100644 index db89474..0000000 --- a/meta-openstack/recipes-devtools/python/python-wsme_0.7.0.bb +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 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/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "0d50fffead72d8a9fcb6152082d5b61b" | ||
| 12 | SRC_URI[sha256sum] = "1cae2c4df4af93db345ef7a52204b8facab8318aee6b9b56f54f8cb4aac79849" | ||
| 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 | " | ||
