From 6b5556bba4f986aba95e3da5d6fe4ebe31e03a49 Mon Sep 17 00:00:00 2001 From: Alex Kiernan Date: Tue, 7 Jul 2026 13:41:41 +0100 Subject: [PATCH] python3-pyroute2: Add sqlite3 to RDEPENDS python3-sqlite is required by the NDB code, irrespective of ptest: File "/usr/lib/python3.14/site-packages/pyroute2/__init__.py", line 31, in File "/usr/lib/python3.14/site-packages/pyroute2/ipdb/__init__.py", line 16, in File "/usr/lib/python3.14/site-packages/pyroute2/ndb/main.py", line 317, in File "/usr/lib/python3.14/site-packages/pyroute2/ndb/task_manager.py", line 9, in File "/usr/lib/python3.14/site-packages/pyroute2/ndb/schema.py", line 99, in ModuleNotFoundError: No module named 'sqlite3' Signed-off-by: Alex Kiernan Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb index 834546b9db..5f5b33704e 100644 --- a/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb +++ b/meta-python/recipes-devtools/python/python3-pyroute2_0.9.6.bb @@ -10,15 +10,16 @@ inherit python_setuptools_build_meta pypi ptest-python-pytest RDEPENDS:${PN} += " \ python3-ctypes \ + python3-fcntl \ python3-io \ python3-json \ - python3-fcntl \ python3-logging \ python3-multiprocessing \ python3-pickle \ python3-pkgutil \ python3-pprint \ python3-shell \ + python3-sqlite3 \ python3-unittest \ python3-unixadmin \ " @@ -27,7 +28,6 @@ RDEPENDS:${PN}-ptest += " \ python3-fcntl \ python3-html \ python3-netclient \ - python3-sqlite3 \ " do_install_ptest:append () {