aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb b/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
deleted file mode 100644
index 62f29fae..00000000
--- a/meta-openstack/recipes-devtools/python/python-pecan_1.3.3.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "WSGI object-dispatching web framework"
-HOMEPAGE = "https://pypi.python.org/pypi/pecan/"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
-
-SRC_URI[md5sum] = "8f006ed860f7fbdf0c0bf5ad0cf2f3b4"
-SRC_URI[sha256sum] = "b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff"
-
-inherit setuptools pypi
-
-RDEPENDS_${PN} = "python-mako \
- python-webtest \
- python-six \
- python-logutils \
-"