14
0

Accepting request 940904 from home:pgajdos:python

- do not require pytest-runner for build, it is not needed

OBS-URL: https://build.opensuse.org/request/show/940904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pytaglib?expand=0&rev=14
This commit is contained in:
2021-12-17 10:47:57 +00:00
committed by Git OBS Bridge
parent 10c67061eb
commit 27cf7c6ce1
2 changed files with 9 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pytaglib
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,13 +26,15 @@ URL: https://github.com/supermihi/pytaglib
Source: https://github.com/supermihi/pytaglib/archive/v%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libtag-devel
BuildRequires: python-rpm-macros
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun):update-alternatives
%python_subpackages
%description