- spec file cleanups
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit?expand=0&rev=13
This commit is contained in:
parent
de8394dca5
commit
fd93e7439c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 10 08:51:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- spec file cleanups
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 8 10:20:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Tue Nov 8 10:20:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-flit
|
# spec file for package python-flit
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -31,12 +31,6 @@ BuildRequires: %{python_module flit-core >= 3.8.0}
|
|||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module requests}
|
BuildRequires: %{python_module requests}
|
||||||
BuildRequires: %{python_module tomli-w}
|
BuildRequires: %{python_module tomli-w}
|
||||||
# SECTION test requirements
|
|
||||||
BuildRequires: %{python_module testpath}
|
|
||||||
BuildRequires: %{python_module pytest >= 2.7.3}
|
|
||||||
BuildRequires: %{python_module responses}
|
|
||||||
BuildRequires: %{python_module tomli}
|
|
||||||
# /SECTION
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-docutils
|
Requires: python-docutils
|
||||||
@ -46,6 +40,12 @@ Requires: python-tomli-w
|
|||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module pytest >= 2.7.3}
|
||||||
|
BuildRequires: %{python_module responses}
|
||||||
|
BuildRequires: %{python_module testpath}
|
||||||
|
BuildRequires: %{python_module tomli}
|
||||||
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user