From 187aa4442ae25cb19c769412c483423ef220f6b7 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Tue, 14 Jun 2022 14:47:56 +0200 Subject: python3-arrow: drop python3-backports-functools-lru-cache dependency python3-backports-functools-lru-cache was recently dropped from meta-python with 620689d4efba ("python3-backports-functional-lru-cache: remove, not needed for Python 3"). Since the functionality it provides is already part of python3, we can just drop the dependency. Fixes the following error when trying to build python3-arrow in kirkstone or newer: NOTE: Resolving any missing task queue dependencies ERROR: Nothing RPROVIDES 'python3-backports-functools-lru-cache' (but /home/jonas/poky/meta-cloud-services/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-backports-functools-lru-cache' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-backports-functools-lru-cache'] ERROR: Required build target 'python3-arrow' has no buildable providers. Missing or unbuildable dependency chain was: ['python3-arrow', 'python3-backports-functools-lru-cache'] Signed-off-by: Jonas Gorski Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb b/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb index 449063f..9ef1d8f 100644 --- a/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb +++ b/meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb @@ -11,5 +11,4 @@ inherit setuptools3 pypi RDEPENDS:${PN} += " \ ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-backports-functools-lru-cache \ " -- cgit v1.2.3-54-g00ecf