diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pecan.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pecan.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan.inc b/meta-openstack/recipes-devtools/python/python-pecan.inc new file mode 100644 index 0000000..884ce75 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pecan.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 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] = "8f006ed860f7fbdf0c0bf5ad0cf2f3b4" | ||
| 8 | SRC_URI[sha256sum] = "b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff" | ||
| 9 | |||
| 10 | inherit pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "${PYTHON_PN}-mako \ | ||
| 13 | ${PYTHON_PN}-webtest \ | ||
| 14 | ${PYTHON_PN}-six \ | ||
| 15 | ${PYTHON_PN}-logutils \ | ||
| 16 | " | ||
