summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb b/meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb
deleted file mode 100644
index 0e2a863..0000000
--- a/meta-openstack/recipes-devtools/python/python-pecan_1.3.2.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1DESCRIPTION = "WSGI object-dispatching web framework"
2HOMEPAGE = "https://pypi.python.org/pypi/pecan/"
3SECTION = "devel/python"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
6
7SRC_URI[md5sum] = "42bff04c3a90c32d78560fe7921658d4"
8SRC_URI[sha256sum] = "24f06cf88a488b75f433e62b33c1c97e4575d0cd91eec9eec841a81cecfd6de3"
9
10inherit setuptools pypi
11
12RDEPENDS_${PN} = "python-mako \
13 python-webtest \
14 python-six \
15 python-logutils \
16"