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 <[email protected]>
---
 .../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 9744b522..00000000
--- 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 \
-       "
-
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6081): 
https://lists.yoctoproject.org/g/meta-virtualization/message/6081
Mute This Topic: https://lists.yoctoproject.org/mt/78310198/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to