diff --git a/python-Paste.changes b/python-Paste.changes index d535736..41cfb09 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 29 10:49:09 UTC 2024 - pgajdos@suse.com + +- python-six is not required + ------------------------------------------------------------------- Mon Jul 29 14:43:27 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-Paste.spec b/python-Paste.spec index d5b54e6..5054655 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -28,12 +28,10 @@ Patch0: test_modified-fixup.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six > 1.4.0} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools -Requires: python-six > 1.4.0 Suggests: python-flup Suggests: python-python3-openid BuildArch: noarch @@ -47,7 +45,6 @@ interfaces. %prep %autosetup -p1 -n paste-%{version} -sed -i '/pytest-runner/d' setup.py # remove test requiring internet access rm tests/test_proxy.py