Accepting request 1197440 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1197440 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=42
This commit is contained in:
commit
bad79e1c9e
@ -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 <adrian.glaubitz@suse.com>
|
Mon Jul 29 14:43:27 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@ -28,12 +28,10 @@ Patch0: test_modified-fixup.patch
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six > 1.4.0}
|
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-six > 1.4.0
|
|
||||||
Suggests: python-flup
|
Suggests: python-flup
|
||||||
Suggests: python-python3-openid
|
Suggests: python-python3-openid
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -47,7 +45,6 @@ interfaces.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n paste-%{version}
|
%autosetup -p1 -n paste-%{version}
|
||||||
sed -i '/pytest-runner/d' setup.py
|
|
||||||
# remove test requiring internet access
|
# remove test requiring internet access
|
||||||
rm tests/test_proxy.py
|
rm tests/test_proxy.py
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user