RHEL-26328 - Drop the dependency on python3-pycurl

Resolves: RHEL-26328
This commit is contained in:
Zdenek Dohnal 2024-03-20 15:58:56 +01:00
parent 3c90dd62d5
commit 863705097c

View File

@ -101,8 +101,6 @@ Requires: python3-cups >= 1.9.60
Requires: python3-dbus
# for GUI
Requires: python3-gobject
# the app can download printer data from database with CURL
Requires: python3-pycurl
# s-c-p has a plug-in support for Samba, if the relevant package is installed
Suggests: python3-smbc
@ -299,6 +297,7 @@ exit 0
%changelog
* Wed Mar 20 2024 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.18-8
- RHEL-28165 - configure-printer exits with failure status when device is already handled
- RHEL-26328 - Drop the dependency on python3-pycurl
* Tue Jan 23 2024 Zdenek Dohnal <zdohnal@redhat.com> - 1.5.18-7
- 2259526 - FTBFS s-c-p due missing distutils