forked from pool/python-abimap
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
This commit is contained in:
@@ -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 <pgajdos@suse.com>
|
Wed May 27 09:35:56 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-abimap
|
# 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
|
# 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
|
||||||
@@ -26,13 +26,12 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/ansasaki/abimap
|
URL: https://github.com/ansasaki/abimap
|
||||||
Source: https://files.pythonhosted.org/packages/source/a/abimap/abimap-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/a/abimap/abimap-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Sphinx}
|
BuildRequires: %{python_module Sphinx}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
@@ -57,6 +56,8 @@ Documentation for the symbol versioning helper %{name}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n abimap-%{version}
|
%setup -q -n abimap-%{version}
|
||||||
|
# https://github.com/ansasaki/abimap/issues/87
|
||||||
|
sed -i 's:pytest-runner::' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Reference in New Issue
Block a user