diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-03-30 17:28:40 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-03 23:24:54 -0400 |
| commit | 47c2415c9cd84320f072227f0dfa5a66adc0236a (patch) | |
| tree | 3567bc1f17241c8d26ec218f1c4f13c6c78b4a6e /meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb | |
| parent | 829a641319ecd7f3b8407adfae26ce126cdd1b37 (diff) | |
| download | meta-cloud-services-47c2415c9cd84320f072227f0dfa5a66adc0236a.tar.gz | |
python-wsme: 0.9.1 -> 0.9.2
Upgrade python-wsme from 0.9.1 to 0.9.2.
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.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb new file mode 100644 index 0000000..59e1ddb --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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 | PYPI_PACKAGE = "WSME" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "f7ab1fecd5fa64f579d6ef3aabf38f60" | ||
| 10 | SRC_URI[sha256sum] = "e790ac755a7e36eaa796d3966d3878677896dbc7d1c2685cb85c06b744c21976" | ||
| 11 | |||
| 12 | inherit setuptools pypi | ||
| 13 | |||
| 14 | DEPENDS += " \ | ||
| 15 | python-pip \ | ||
| 16 | python-pbr \ | ||
| 17 | " | ||
| 18 | |||
| 19 | # Satisfy setup.py 'setup_requires' | ||
| 20 | DEPENDS += " \ | ||
| 21 | python-pbr-native \ | ||
| 22 | " | ||
| 23 | |||
| 24 | RDEPENDS_${PN} += "\ | ||
| 25 | python-pbr \ | ||
| 26 | " | ||
