diff options
| author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2018-09-11 17:29:17 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-09-11 16:06:28 -0400 |
| commit | 69882568e8ac28e0dd53c63d571ca282c18df2d8 (patch) | |
| tree | fb3a24c1e6712d21df6d20f9bfbdbeb63688d3d5 /meta-openstack/recipes-devtools/python/python-pecan_1.2.1.bb | |
| parent | 01a44dabf0ee9dbe1a7f466213a23d33c397ae1d (diff) | |
| download | meta-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/python-pecan_1.2.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pecan_1.2.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan_1.2.1.bb b/meta-openstack/recipes-devtools/python/python-pecan_1.2.1.bb deleted file mode 100644 index 656bb02..0000000 --- a/meta-openstack/recipes-devtools/python/python-pecan_1.2.1.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | DESCRIPTION = "WSGI object-dispatching web framework" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/pecan/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "d0ad387dbc77d1803ad3573fe38a4e0a" | ||
| 8 | SRC_URI[sha256sum] = "8d95457b9cedcfda9b467f5cc7dde8cdf72ddba6b402d6a5902843d1b2186c46" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "python-webob \ | ||
| 13 | python-mako \ | ||
| 14 | python-webtest \ | ||
| 15 | python-six \ | ||
| 16 | python-logutils \ | ||
| 17 | " | ||
