14
0

Accepting request 936477 from home:pgajdos:python

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

OBS-URL: https://build.opensuse.org/request/show/936477
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyQRCode?expand=0&rev=13
This commit is contained in:
2021-12-09 00:25:56 +00:00
committed by Git OBS Bridge
parent 6de876b38f
commit fa0e6c16f6
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 8 12:10:37 UTC 2021 - pgajdos@suse.com
- do not require pytest-runner for build, it is not needed
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 14 11:29:17 UTC 2020 - Antonio Larrosa <alarrosa@suse.com> Thu May 14 11:29:17 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyQRCode # spec file for package python-PyQRCode
# #
# Copyright (c) 2020 SUSE LLC # 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
@@ -30,12 +30,12 @@ URL: https://github.com/mnooner256/pyqrcode
Source: https://github.com/heuer/pyqrcode/archive/%{version}.tar.gz Source: https://github.com/heuer/pyqrcode/archive/%{version}.tar.gz
BuildRequires: %{python_module Sphinx} BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module pypng} BuildRequires: %{python_module pypng}
BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires(post): update-alternatives Requires(post): update-alternatives
Requires(postun): update-alternatives Requires(postun):update-alternatives
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages