14
0

- add missing dependency declaration to six

- add missing six dependency declaration

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.packaging?expand=0&rev=12
This commit is contained in:
2021-11-08 11:07:25 +00:00
committed by Git OBS Bridge
parent da7dad556d
commit e91008bb4a
4 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.packaging
#
# 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
@@ -29,12 +29,14 @@ BuildRequires: %{python_module jaraco.base >= 6.1}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module toml}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-jaraco.base >= 6.1
Requires: python-six
Requires(post): update-alternatives
Requires(preun): update-alternatives
Requires(preun):update-alternatives
BuildArch: noarch
%python_subpackages