Accepting request 1225919 from devel:languages:python
- Remove unneeded {Build,}Requires on hammett. - We only need rich for the testsuite. - We need toml for Python 3.10 only. OBS-URL: https://build.opensuse.org/request/show/1225919 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=8
This commit is contained in:
commit
f1eaee06b9
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 01:17:23 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove unneeded {Build,}Requires on hammett.
|
||||
- We only need rich for the testsuite.
|
||||
- We need toml for Python 3.10 only.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 10:11:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -30,11 +30,12 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-click
|
||||
Requires: python-hammett
|
||||
Requires: python-junit-xml >= 1.8
|
||||
Requires: python-parso
|
||||
Requires: python-rich
|
||||
Requires: python-setproctitle
|
||||
%if 0%{?python_version_nodots} < 311
|
||||
Requires: python-toml
|
||||
%endif
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: python-coverage
|
||||
@ -44,7 +45,6 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module click}
|
||||
BuildRequires: %{python_module coverage}
|
||||
BuildRequires: %{python_module hammett}
|
||||
BuildRequires: %{python_module junit-xml >= 1.8}
|
||||
BuildRequires: %{python_module parso}
|
||||
BuildRequires: %{python_module pytest >= 2.8.7}
|
||||
|
Loading…
Reference in New Issue
Block a user