diff --git a/python-xsge_lighting.changes b/python-xsge_lighting.changes index f69e6e3..bb39e32 100644 --- a/python-xsge_lighting.changes +++ b/python-xsge_lighting.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 15 02:08:31 UTC 2024 - Steve Kowalik + +- Add missing BuildRequires on setuptools. +- Drop unneeded Requires on six. + ------------------------------------------------------------------- Fri Dec 29 12:28:21 UTC 2023 - Dirk Müller diff --git a/python-xsge_lighting.spec b/python-xsge_lighting.spec index 659cfac..b7b60ef 100644 --- a/python-xsge_lighting.spec +++ b/python-xsge_lighting.spec @@ -1,7 +1,7 @@ # # spec file for package python-xsge_lighting # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,13 +26,12 @@ URL: https://python-sge.github.io/ #Git-Clone: https://github.com/python-sge/xsge Source: https://files.pythonhosted.org/packages/source/x/xsge_lighting/xsge_lighting-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros Requires: python-sge-pygame >= 1.0 -Requires: python-six >= 1.4.0 BuildRequires: fdupes BuildArch: noarch - %python_subpackages %description