14
0

Accepting request 1074945 from home:pgajdos:python

- python-six is not required

OBS-URL: https://build.opensuse.org/request/show/1074945
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-makefun?expand=0&rev=10
This commit is contained in:
2023-03-28 15:36:48 +00:00
committed by Git OBS Bridge
parent 3aa85ca73b
commit 473c9a91b4
2 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 28 09:39:24 UTC 2023 - pgajdos@suse.com
- python-six is not required
-------------------------------------------------------------------
Sun Mar 26 18:45:31 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -16,7 +16,6 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-makefun
Version: 1.15.1
Release: 0
@@ -28,13 +27,11 @@ Source: https://files.pythonhosted.org/packages/source/m/makefun/makefun
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION
BuildRequires: fdupes
Requires: python-six
Suggests: python-funcsigs
BuildArch: noarch
@@ -60,6 +57,6 @@ sed -i '/pytest-runner/d' setup.cfg
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/makefun*
%changelog