From b4073eb46adef125de6a4184d5a47529680bc307 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 27 Oct 2020 13:28:47 +0800 Subject: python3-repoze.who: upgrade 2.2 -> 2.4 Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- .../python/python3-repoze.who_2.4.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb (limited to 'meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb b/meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb new file mode 100644 index 0000000..e75490d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-repoze.who_2.4.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "An identification and authentication framework for WSGI" +HOMEPAGE = "http://repoze.org/" +SECTION = "devel/python" +LICENSE = "BSD-Modification" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2c33cdbc6bc9ae6e5d64152fdb754292" + +SRC_URI[md5sum] = "5dc3b549d968a64342f3b7196477c895" +SRC_URI[sha256sum] = "cf97450de3c8eb5c03b4037be75b018db91befab1094204e452a0b1c0f7a94a6" + +inherit setuptools3 pypi + +# DEPENDS_default: python-pip + +DEPENDS += " \ + ${PYTHON_PN}-pip \ + " + +# RDEPENDS_default: +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-pip \ + ${PYTHON_PN}-zopeinterface \ + " -- cgit v1.2.3-54-g00ecf