diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb b/meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb new file mode 100644 index 0000000..ff457d6 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 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] = "70667908b648043bc8a3fcb7d1e4d53a" | ||
| 8 | SRC_URI[sha256sum] = "4b2acd6802a04b59e306d0a6ccf37701d24376f4dc044bbbafba3afdf9d3389a" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "${PYTHON_PN}-mako \ | ||
| 13 | ${PYTHON_PN}-webtest \ | ||
| 14 | ${PYTHON_PN}-six \ | ||
| 15 | ${PYTHON_PN}-logutils \ | ||
| 16 | ${PYTHON_PN}-numbers \ | ||
| 17 | ${PYTHON_PN}-backlash \ | ||
| 18 | ${PYTHON_PN}-pprint \ | ||
| 19 | " | ||
