From e77e7951ab2695d03b893070df74374e478d7b43 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 30 Sep 2025 17:43:22 +0800 Subject: [PATCH] drop deprecated qtenginio --- python-qt5.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-qt5.spec b/python-qt5.spec index 9a9b2a0..d805ef6 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -9,7 +9,7 @@ Name: python-qt5 Version: 5.15.6 -Release: 3 +Release: 4 Summary: PyQt5 is a set of Python bindings for Qt5 License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -21,7 +21,7 @@ Source4: pyuic5.sh BuildRequires: chrpath findutils dbus-devel dbus-python-devel qt5-qttools-devel -BuildRequires: qt5-qtbase-devel >= 5.5 qt5-qtenginio-devel qt5-qtconnectivity-devel +BuildRequires: qt5-qtbase-devel >= 5.5 qt5-qtconnectivity-devel BuildRequires: qt5-qtlocation-devel qt5-qtmultimedia-devel qt5-qtdeclarative-devel BuildRequires: qt5-qtsensors-devel qt5-qtserialport-devel qt5-qtx11extras-devel BuildRequires: qt5-qtxmlpatterns-devel qt5-qtwebchannel-devel qt5-qtwebsockets-devel @@ -168,7 +168,6 @@ popd %{_bindir}/pyuic5 %{_qt5_plugindir}/PyQt5 %{_qt5_plugindir}/designer/libpyqt5.so -%{py3_site_qt5}/Enginio.* %{py3_site_qt5}/QtBluetooth.* %{py3_site_qt5}/QtDesigner.* %{py3_site_qt5}/QtHelp.* @@ -239,6 +238,9 @@ popd %doc %{_qt5_datadir}/qsci/api/python/PyQt5.api %changelog +* Tue Sep 30 2025 Funda Wang - 5.15.6-4 +- drop deprecated qtenginio + * Thu Aug 24 2023 peijiankang - 5.15.6-3 - Remove fix-qcborcommon.patch -- Gitee