python3-backports-functional-lru-cache: remove, not needed for Python 3

This is a backport of the Python 3 lru_cache for Python 2 users, so
obviously it makes no sense to have for Python 3.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Ross Burton 2022-03-10 13:25:18 +00:00 committed by Trevor Gamblin
parent ce9f9e98c7
commit 620689d4ef
2 changed files with 0 additions and 33 deletions

View File

@ -46,7 +46,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
python3-aws-iot-device-sdk-python \
python3-babel \
python3-backcall \
python3-backports-functools-lru-cache \
python3-bandit \
python3-bcrypt \
python3-beautifulsoup4 \
@ -482,7 +481,6 @@ RDEPENDS:packagegroup-meta-python3-ptest = "\
python3-markupsafe-ptest \
python3-ansicolors-ptest \
python3-appdirs-ptest \
python3-backports-functools-lru-cache-ptest \
python3-bcrypt-ptest \
python3-betamax-ptest \
python3-blinker-ptest \

View File

@ -1,31 +0,0 @@
SUMMARY = "Backport of functools.lru_cache from Python 3.3"
HOMEPAGE = "https://github.com/jaraco/backports.functools_lru_cache"
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
PYPI_PACKAGE = "backports.functools_lru_cache"
SRC_URI[sha256sum] = "d5ed2169378b67d3c545e5600d363a923b09c456dab1593914935a68ad478271"
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
inherit pypi setuptools3 ptest
SRC_URI += " \
file://run-ptest \
"
RDEPENDS:${PN}-ptest += " \
${PYTHON_PN}-pytest \
"
do_install_ptest() {
install -d ${D}${PTEST_PATH}/tests
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
}
RDEPENDS:${PN} += "\
${PYTHON_PN}-pickle \
${PYTHON_PN}-threading \
"