diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:09:00 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:42 -0400 |
| commit | ae0b3c5bb4d5a10aa85a084e74548899e1cce397 (patch) | |
| tree | 5d2069e804af18c5e4123cd15fb3a9a97a71f2ae /meta-openstack/recipes-devtools/python/python-wsme_0.6.bb | |
| parent | 3adc94daa245b1df80c55ac0eb0001c6e6eeb62e (diff) | |
| download | meta-cloud-services-ae0b3c5bb4d5a10aa85a084e74548899e1cce397.tar.gz | |
python-wsme: upgrade to 0.6.4
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-wsme_0.6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wsme_0.6.bb | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.6.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.6.bb deleted file mode 100644 index b0c159a..0000000 --- a/meta-openstack/recipes-devtools/python/python-wsme_0.6.bb +++ /dev/null | |||
| @@ -1,26 +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=477dfa54ede28e2f361e7db05941d7a7" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "WSME" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "80a46e564ae0710118ddeded8c5f4412" | ||
| 13 | SRC_URI[sha256sum] = "8a37981ebf877d2ca8ae12f6c6fc3d920cb0c9d7be68fef419de252797dfdc15" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | python-pip \ | ||
| 21 | python-pbr \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += "\ | ||
| 25 | python-pbr \ | ||
| 26 | " | ||
