diff --git a/python-PyQt6-3D.changes b/python-PyQt6-3D.changes index 114f063..5e8ac54 100644 --- a/python-PyQt6-3D.changes +++ b/python-PyQt6-3D.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 15 16:01:14 UTC 2023 - Antonio Larrosa + +- Do not require python 3.7 when 3.6 is good enough, which allows + to build the package for Leap + ------------------------------------------------------------------- Mon Oct 3 17:26:55 UTC 2022 - Ben Greiner diff --git a/python-PyQt6-3D.spec b/python-PyQt6-3D.spec index cc9b8d9..7256e34 100644 --- a/python-PyQt6-3D.spec +++ b/python-PyQt6-3D.spec @@ -29,7 +29,7 @@ Group: Development/Libraries/Python URL: https://www.riverbankcomputing.com/software/pyqt3d Source: https://files.pythonhosted.org/packages/source/P/PyQt6-3D/PyQt6_3D-%{version}.tar.gz BuildRequires: %{python_module PyQt6-devel >= %{version}} -BuildRequires: %{python_module devel >= 3.7} +BuildRequires: %{python_module devel >= 3.6} BuildRequires: %{python_module pyqt-builder >= 1.9} BuildRequires: %{python_module sip-devel >= 6} BuildRequires: fdupes