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 <module>
  File "/usr/lib/python3.14/site-packages/pyroute2/ipdb/__init__.py", line 16, in <module>
  File "/usr/lib/python3.14/site-packages/pyroute2/ndb/main.py", line 317, in <module>
  File "/usr/lib/python3.14/site-packages/pyroute2/ndb/task_manager.py", line 9, in <module>
  File "/usr/lib/python3.14/site-packages/pyroute2/ndb/schema.py", line 99, in <module>
ModuleNotFoundError: No module named 'sqlite3'

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Alex Kiernan
2026-07-07 13:41:41 +01:00
committed by Khem Raj
parent 4c9bde7759
commit 6b5556bba4
@@ -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 () {