gpsd: make sure gps-utils-python runtime-depends on python3-pyserial

Pyserial is used at runtime (e.g. by ubxtool)
Reported-By: Federico Perenno <federico.perenno@abinsula.com>

Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gianfranco Costamagna 2023-08-02 16:28:09 +02:00 committed by Khem Raj
parent 5760b66b3b
commit 1266c912af

View File

@ -143,6 +143,7 @@ FILES:python3-pygps = "${PYTHON_SITEPACKAGES_DIR}/* ${libdir}/gps/*.py ${libdir}
RDEPENDS:python3-pygps = " \
python3-core \
python3-io \
python3-pyserial \
python3-threading \
python3-terminal \
gpsd \