From 473c9a91b4c785e1da0f3d5fb0ff9691f59bb9019b7ccf7fac630b218cd1503e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 28 Mar 2023 15:36:48 +0000 Subject: [PATCH] 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 --- python-makefun.changes | 5 +++++ python-makefun.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-makefun.changes b/python-makefun.changes index f415672..1b79f56 100644 --- a/python-makefun.changes +++ b/python-makefun.changes @@ -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 diff --git a/python-makefun.spec b/python-makefun.spec index b1ec191..383842d 100644 --- a/python-makefun.spec +++ b/python-makefun.spec @@ -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