diff --git a/PyQt6-WebEngine.spec b/PyQt6-WebEngine.spec index dee6c0a..d01c9c7 100644 --- a/PyQt6-WebEngine.spec +++ b/PyQt6-WebEngine.spec @@ -1,7 +1,7 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: PyQt6-WebEngine Version: 6.3.1 -Release: 1mamba +Release: 2mamba Summary: Python bindings for the WebEngine module of the Qt6 cross platform GUI toolkit Group: System/Libraries Vendor: openmamba @@ -16,19 +16,22 @@ BuildRequires: python3.10dist(pyqt6) BuildRequires: python3.10dist(pyqt6-sip) ## AUTOBUILDREQ-END BuildRequires: python-sip-py310 +BuildRequires: qt6-qtwebengine-devel %description %{summary}. %if 0%{?with_pyver} +%define py_requires_append \ +Requires: qt6-qtwebengine \ +Requires: qt6-qtwebchannel %pyver_package %endif %prep -%setup -q -n PyQt6_WebEngine-%{version} -D -T +%setup -q -n PyQt6_WebEngine-%{version} %build -:<< _EOF sip-build-py%{with_pyver} \ --no-make \ --api-dir %{_datadir}/qt6/qsci/api/python \ @@ -58,5 +61,8 @@ make CXX="g++ -I/usr/include/qt6/QtWebChannel" %doc LICENSE %changelog +* Wed Aug 31 2022 Silvan Calarco 6.3.1-2mamba +- require qt6-qtwebengine and qt6-qtwebchannel + * Sun Aug 07 2022 Silvan Calarco 6.3.1-1mamba - package created using the webbuild interface