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