From 2f9e7b8457c091458532d75b75c942af9e11aebca919ec714dc740d78fe8f0b3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 11 Dec 2021 23:48:34 +0000 Subject: [PATCH] Accepting request 937786 from home:pgajdos:python - pytest-runner is not required for build OBS-URL: https://build.opensuse.org/request/show/937786 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-abimap?expand=0&rev=13 --- python-abimap.changes | 5 +++++ python-abimap.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/python-abimap.changes b/python-abimap.changes index 15d736b..c959ab6 100644 --- a/python-abimap.changes +++ b/python-abimap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 9 12:46:25 UTC 2021 - pgajdos@suse.com + +- pytest-runner is not required for build + ------------------------------------------------------------------- Wed May 27 09:35:56 UTC 2020 - Petr Gajdos diff --git a/python-abimap.spec b/python-abimap.spec index 7b963a5..cb7cb6e 100644 --- a/python-abimap.spec +++ b/python-abimap.spec @@ -1,7 +1,7 @@ # # spec file for package python-abimap # -# 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,12 @@ Group: Development/Languages/Python URL: https://github.com/ansasaki/abimap Source: https://files.pythonhosted.org/packages/source/a/abimap/abimap-%{version}.tar.gz BuildRequires: %{python_module Sphinx} -BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML} @@ -57,6 +56,8 @@ Documentation for the symbol versioning helper %{name} %prep %setup -q -n abimap-%{version} +# https://github.com/ansasaki/abimap/issues/87 +sed -i 's:pytest-runner::' setup.py %build %python_build