From 43f5bce1b9a62d567120c49b205cf5466006d689bb2697b6a0d8c6df1895f376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Aug 2024 12:39:42 +0000 Subject: [PATCH] Accepting request 1197408 from home:pgajdos:python - python-six is not required OBS-URL: https://build.opensuse.org/request/show/1197408 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=74 --- python-Paste.changes | 5 +++++ python-Paste.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) 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