summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@bisdn.de>2022-06-14 14:47:56 +0200
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-06-27 23:40:36 -0400
commit187aa4442ae25cb19c769412c483423ef220f6b7 (patch)
tree00d6f4976cc47c28e92906a1c987b3067f6269fb
parent2284490c3e2f81716fcd7dfcee8d74ca54912334 (diff)
downloadmeta-cloud-services-187aa4442ae25cb19c769412c483423ef220f6b7.tar.gz
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 <jonas.gorski@bisdn.de> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-arrow_0.17.0.bb1
1 files changed, 0 insertions, 1 deletions
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
11 11
12RDEPENDS:${PN} += " \ 12RDEPENDS:${PN} += " \
13 ${PYTHON_PN}-dateutil \ 13 ${PYTHON_PN}-dateutil \
14 ${PYTHON_PN}-backports-functools-lru-cache \
15 " 14 "