14
0

- Remove python-six dependency

- Remove python_module macro definition

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-feedgenerator?expand=0&rev=14
This commit is contained in:
2022-12-15 09:39:04 +00:00
committed by Git OBS Bridge
parent a6d6add484
commit 1b687c681a
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 15 09:38:31 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python-six dependency
- Remove python_module macro definition
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 28 20:24:30 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr> Tue Sep 28 20:24:30 UTC 2021 - Benoît Monin <benoit.monin@gmx.fr>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-feedgenerator # spec file for package python-feedgenerator
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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
@@ -17,7 +17,6 @@
%define skip_python2 1 %define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-feedgenerator Name: python-feedgenerator
Version: 2.0.0 Version: 2.0.0
Release: 0 Release: 0
@@ -29,11 +28,9 @@ Source: https://files.pythonhosted.org/packages/source/f/feedgenerator/f
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytz} BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-pytz Requires: python-pytz
Requires: python-six
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages