diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-24 16:35:13 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-24 16:35:13 -0400 |
| commit | a32d653b7db8346fab84342561c170c397e5da13 (patch) | |
| tree | 41293008b9832f3f6a5fdd215adfe08a0581657e /meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb | |
| parent | 038414fdec4c120c74f10b71e58a0a7d73ea9869 (diff) | |
| download | meta-cloud-services-a32d653b7db8346fab84342561c170c397e5da13.tar.gz | |
libraries: refresh to latest versions
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb b/meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb deleted file mode 100644 index ea546f8..0000000 --- a/meta-openstack/recipes-devtools/python/python-pecan_0.5.0.bb +++ /dev/null | |||
| @@ -1,25 +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 | PR = "r0" | ||
| 8 | SRCNAME = "pecan" | ||
| 9 | |||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | ||
| 11 | " | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "819ea890e8a0412717b8aa791595725f" | ||
| 14 | SRC_URI[sha256sum] = "726d000cc2b5078de560a9a69e29637c59fc93b6707b292a56bdb0a466555922" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | RDEPENDS_${PN} = "python-webob \ | ||
| 21 | python-mako \ | ||
| 22 | python-webtest \ | ||
| 23 | python-six \ | ||
| 24 | python-logutils \ | ||
| 25 | " | ||
