From d0e08e479e83f7beb6e3172b7e1f0d0750cc72e4 Mon Sep 17 00:00:00 2001 From: zangrc Date: Tue, 15 Dec 2020 15:09:50 +0800 Subject: python-functools32: Remove recipe This is a backport of the functools standard library module from Python 3.2.3 for use on Python 2.7 and PyPy. It includes new features lru_cache (Least-recently-used cache decorator).But the current version of python3 is 3.9.0, so remove this recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- .../python/python-functools32_git.bb | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-functools32_git.bb diff --git a/meta-openstack/recipes-devtools/python/python-functools32_git.bb b/meta-openstack/recipes-devtools/python/python-functools32_git.bb deleted file mode 100644 index 9744b52..0000000 --- a/meta-openstack/recipes-devtools/python/python-functools32_git.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "Python higher-order functions and operations on callable objects" -HOMEPAGE = "https://pypi.python.org/pypi/functools32" -SECTION = "devel/python" -LICENSE = "PSFv2" - -PV = "3.2.3-2" -SRCREV = "ad90fa86e2f4f494a3aedb0571274f3bbc6d7ab5" - -SRCNAME = "functools32" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=27cf2345969ed18e6730e90fb0063a10" -SRC_URI = "git://github.com/MiCHiLU/python-${SRCNAME}.git" - -S = "${WORKDIR}/git" - -inherit distutils3 - -DISTUTILS_INSTALL_ARGS = "--root=${D} \ - --prefix=${prefix} \ - --install-lib=${PYTHON_SITEPACKAGES_DIR} \ - --install-data=${datadir}" - -DEPENDS += " \ - python-pbr \ - " - -RDEPENDS_${PN} += "python-testtools \ - python-pbr \ - " - -- cgit v1.2.3-54-g00ecf