1
0
forked from pool/python-mutmut

Accepting request 964657 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/964657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mutmut?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-03-24 21:58:29 +00:00 committed by Git OBS Bridge
commit 2bbd0939cf
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 24 10:46:05 UTC 2022 - pgajdos@suse.com
- python-mock is not required for build
-------------------------------------------------------------------
Tue Feb 2 13:29:40 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-mutmut
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -41,7 +41,7 @@ Requires: python-pony
Requires: python-setuptools
Requires: python-tri.declarative >= 3.0.0
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
Recommends: python-coverage
Recommends: python-pytest
Suggests: python-pytest-cov
@ -52,7 +52,6 @@ BuildRequires: %{python_module coverage}
BuildRequires: %{python_module glob2}
BuildRequires: %{python_module hammett}
BuildRequires: %{python_module junit-xml >= 1.8}
BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module parso}
BuildRequires: %{python_module pony}
BuildRequires: %{python_module pytest >= 2.8.7}