SHA256
1
0
forked from pool/python-pyosf

Accepting request 937353 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/937353
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyosf?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-12-09 18:45:32 +00:00 committed by Git OBS Bridge
commit 4fa498043e
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 8 12:01:49 UTC 2021 - pgajdos@suse.com
- do not requires pytest-runner for build, testsuite does not run
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 7 11:08:14 UTC 2019 - Petr Gajdos <pgajdos@suse.com> Fri Jun 7 11:08:14 UTC 2019 - Petr Gajdos <pgajdos@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-pyosf # spec file for package python-pyosf
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -35,7 +35,6 @@ Requires: python-requests
BuildArch: noarch BuildArch: noarch
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module coverage} BuildRequires: %{python_module coverage}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests} BuildRequires: %{python_module requests}
# /SECTION # /SECTION
@ -61,6 +60,8 @@ sync).
%setup -q -n pyosf-%{version} %setup -q -n pyosf-%{version}
cp %{SOURCE10} . cp %{SOURCE10} .
cp "%{SOURCE11}" LICENSE.md cp "%{SOURCE11}" LICENSE.md
# https://github.com/psychopy/pyosf/issues/8
sed -Ei 's:.pytest-runner.,?::' setup.py
%build %build
%python_build %python_build