14
0
forked from pool/python-typepy

Accepting request 936289 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/936289
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-typepy?expand=0&rev=8
This commit is contained in:
2021-12-07 23:00:08 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 7 15:27:29 UTC 2021 - pgajdos@suse.com
- remove pytest-runner from BuildRequires, it is not needed
-------------------------------------------------------------------
Sat Oct 30 20:46:13 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -30,7 +30,7 @@ BuildRequires: %{python_module setuptools >= 38.3.0}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module mbstrdecoder >= 1.0.0}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-dateutil >= 2.8.0}
BuildRequires: %{python_module pytz >= 2018.9}
BuildRequires: %{python_module tcolorpy}