diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-04-29 11:08:50 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-29 12:29:41 -0400 |
| commit | a963597b028109cab720ab28e6f4a3e929a41976 (patch) | |
| tree | 770b802aab91902436d5b10eebfc1e4e08297301 /meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb | |
| parent | 20b75e3c8921ab2f2639283d788f590ec3447b89 (diff) | |
| download | meta-cloud-services-a963597b028109cab720ab28e6f4a3e929a41976.tar.gz | |
python-stevedore: upgrade to 1.4.0
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-stevedore_1.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb b/meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb new file mode 100644 index 0000000..cf1af85 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | DESCRIPTION = "Manage dynamic plugins for Python applications" | ||
| 2 | HOMEPAGE = "https://github.com/dreamhost/stevedore" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "stevedore" | ||
| 9 | SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "5d93cb6eaa3abf49e86b8a6cf133eee4" | ||
| 12 | SRC_URI[sha256sum] = "4a8d80b0a232746c09e0173bd61d60a18e9864e3dc87e3ebefa3ba3d8a00232f" | ||
| 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 | " | ||
