diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-23 10:52:14 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-25 14:30:00 -0500 |
| commit | 847a00dcdf31e58777ed1817784aba07577437fc (patch) | |
| tree | 56eff54bd4332ab33ae69b4e2db97f32e1d0fe29 /meta-openstack/recipes-devtools/python/python-pecan_0.9.0.bb | |
| parent | a00306edc391d247eedd33037e31c19c3ec8d076 (diff) | |
| download | meta-cloud-services-847a00dcdf31e58777ed1817784aba07577437fc.tar.gz | |
python-pecan: 0.9.0 -> 1.2.1
Upgrade python-pecan from 0.9.0 to 1.2.1.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pecan_0.9.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pecan_0.9.0.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan_0.9.0.bb b/meta-openstack/recipes-devtools/python/python-pecan_0.9.0.bb deleted file mode 100644 index efab57e..0000000 --- a/meta-openstack/recipes-devtools/python/python-pecan_0.9.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] = "f739a18866a83f6b9ac8622ee89ea784" | ||
| 14 | SRC_URI[sha256sum] = "d26be0e451c5999504599a9a741534caa0fba97d9bb8991c951f63b79a30b933" | ||
| 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 | " | ||
