From 83a6c95d49dff9dbe32db4a7c6e02c1a6a508f88 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 18 Jul 2023 10:26:16 +0200 Subject: [PATCH] hplip.spec: recommend python3-gobject in hplip --- hplip.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hplip.spec b/hplip.spec index 38a5eb4..1080e8c 100644 --- a/hplip.spec +++ b/hplip.spec @@ -288,6 +288,10 @@ BuildRequires: systemd Recommends: avahi-tools # 1733449 - Scanner on an HP AIO printer is not detected unless libsane-hpaio is installed Recommends: libsane-hpaio%{?_isa} = %{version}-%{release} +# downloaded plugin requires python3-gobject to work even via CLI... +# but make it weak dependency, so users which don't need the plugin and have servers +# can remove the python3-gobject which is used by desktop apps +Recommends: python3-gobject Requires: cups # switch to curl by downstream patch from wget to workaround openstack dropping IPv6