From 7b01d1282da5e399152959e888cc19ad3fe86dc7 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 17 Jul 2023 11:10:11 +0200 Subject: [PATCH] add missing dependencies for python clients --- gpsd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpsd.spec b/gpsd.spec index 1ca6a67..716554e 100644 --- a/gpsd.spec +++ b/gpsd.spec @@ -58,6 +58,7 @@ to a GPS for applications. %package -n python3-%{name} Summary: Python libraries and modules for use with gpsd Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} +Requires: python3-pyserial %{?python_provide:%python_provide python3-%{name}} %description -n python3-%{name} @@ -94,8 +95,10 @@ with the libgps library from gpsd. %package clients Summary: Clients for gpsd Requires: python3-%{name} = %{epoch}:%{version}-%{release} -Requires: python3-pyserial Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} +Requires: python3-cairo +Requires: python3-gobject +Requires: gtk3 %description clients This package contains various clients using gpsd.