diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-07-31 16:38:14 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-31 10:17:25 -0400 |
| commit | 4ea76f079fcb394a43d5b96598cf4e6f5196e275 (patch) | |
| tree | a5754338cae2016477e66428b5cc84b35aa091ea /meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb | |
| parent | 2336401bcf6788d3e13332112d65bc0398eaa24c (diff) | |
| download | meta-cloud-services-4ea76f079fcb394a43d5b96598cf4e6f5196e275.tar.gz | |
ipython-stevedore: upgrade 1.4.0 -> 1.6.0
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.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, 0 insertions, 25 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 deleted file mode 100644 index cf1af85..0000000 --- a/meta-openstack/recipes-devtools/python/python-stevedore_1.4.0.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 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 | " | ||
