summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-09-11 17:29:17 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-09-11 16:06:28 -0400
commit69882568e8ac28e0dd53c63d571ca282c18df2d8 (patch)
treefb3a24c1e6712d21df6d20f9bfbdbeb63688d3d5 /meta-openstack/recipes-devtools/python
parent01a44dabf0ee9dbe1a7f466213a23d33c397ae1d (diff)
downloadmeta-cloud-services-69882568e8ac28e0dd53c63d571ca282c18df2d8.tar.gz
python-pecan:1.2.1->1.3.2
1.Upgrade python-pecan from 1.2.1 to 1.3.2 2.Remove python-webob from rdepends. Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb (renamed from meta-openstack/recipes-devtools/python/python-pecan_1.2.1.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan_1.2.1.bb b/meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb
index 656bb02..0e2a863 100644
--- a/meta-openstack/recipes-devtools/python/python-pecan_1.2.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb
@@ -4,13 +4,12 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
6 6
7SRC_URI[md5sum] = "d0ad387dbc77d1803ad3573fe38a4e0a" 7SRC_URI[md5sum] = "42bff04c3a90c32d78560fe7921658d4"
8SRC_URI[sha256sum] = "8d95457b9cedcfda9b467f5cc7dde8cdf72ddba6b402d6a5902843d1b2186c46" 8SRC_URI[sha256sum] = "24f06cf88a488b75f433e62b33c1c97e4575d0cd91eec9eec841a81cecfd6de3"
9 9
10inherit setuptools pypi 10inherit setuptools pypi
11 11
12RDEPENDS_${PN} = "python-webob \ 12RDEPENDS_${PN} = "python-mako \
13 python-mako \
14 python-webtest \ 13 python-webtest \
15 python-six \ 14 python-six \
16 python-logutils \ 15 python-logutils \