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.4.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.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wsme_0.6.4.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.6.4.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.6.4.bb new file mode 100644 index 0000000..238b67c --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.6.4.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 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 | SRCNAME = "WSME" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "0ba96f660c10d41c63d6bb65bfeeed59" | ||
| 12 | SRC_URI[sha256sum] = "e4c0012b1a592c3889697259c690447dfc8edcbae5b52307709705377305e953" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | RDEPENDS_${PN} += "\ | ||
| 24 | python-pbr \ | ||
| 25 | " | ||
