diff options
-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" | |||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "d0ad387dbc77d1803ad3573fe38a4e0a" | 7 | SRC_URI[md5sum] = "42bff04c3a90c32d78560fe7921658d4" |
8 | SRC_URI[sha256sum] = "8d95457b9cedcfda9b467f5cc7dde8cdf72ddba6b402d6a5902843d1b2186c46" | 8 | SRC_URI[sha256sum] = "24f06cf88a488b75f433e62b33c1c97e4575d0cd91eec9eec841a81cecfd6de3" |
9 | 9 | ||
10 | inherit setuptools pypi | 10 | inherit setuptools pypi |
11 | 11 | ||
12 | RDEPENDS_${PN} = "python-webob \ | 12 | RDEPENDS_${PN} = "python-mako \ |
13 | python-mako \ | ||
14 | python-webtest \ | 13 | python-webtest \ |
15 | python-six \ | 14 | python-six \ |
16 | python-logutils \ | 15 | python-logutils \ |