summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb2
-rw-r--r--meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb (renamed from meta-openstack/recipes-devtools/python/python-pecan.inc)9
2 files changed, 6 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb b/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
deleted file mode 100644
index 2e6a223..0000000
--- a/meta-openstack/recipes-devtools/python/python3-pecan_1.3.3.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1inherit setuptools3
2require python-pecan.inc
diff --git a/meta-openstack/recipes-devtools/python/python-pecan.inc b/meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb
index 884ce75..ff457d6 100644
--- a/meta-openstack/recipes-devtools/python/python-pecan.inc
+++ b/meta-openstack/recipes-devtools/python/python3-pecan_1.4.0.bb
@@ -4,13 +4,16 @@ SECTION = "devel/python"
4LICENSE = "BSD" 4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=d846877d24bbb3d7a00a985c90378e8c"
6 6
7SRC_URI[md5sum] = "8f006ed860f7fbdf0c0bf5ad0cf2f3b4" 7SRC_URI[md5sum] = "70667908b648043bc8a3fcb7d1e4d53a"
8SRC_URI[sha256sum] = "b5461add4e3f35a7ee377b3d7f72ff13e93f40f3823b3208ab978b29bde936ff" 8SRC_URI[sha256sum] = "4b2acd6802a04b59e306d0a6ccf37701d24376f4dc044bbbafba3afdf9d3389a"
9 9
10inherit pypi 10inherit setuptools3 pypi
11 11
12RDEPENDS_${PN} = "${PYTHON_PN}-mako \ 12RDEPENDS_${PN} = "${PYTHON_PN}-mako \
13 ${PYTHON_PN}-webtest \ 13 ${PYTHON_PN}-webtest \
14 ${PYTHON_PN}-six \ 14 ${PYTHON_PN}-six \
15 ${PYTHON_PN}-logutils \ 15 ${PYTHON_PN}-logutils \
16 ${PYTHON_PN}-numbers \
17 ${PYTHON_PN}-backlash \
18 ${PYTHON_PN}-pprint \
16" 19"