From db64d6c53067bebb7bb58e5e8c5a922f17157fd93464fcd1854732db14be8b92 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 17 Oct 2022 00:42:02 +0000 Subject: [PATCH] - Re-add missing BuildRequires on six. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-funcparserlib?expand=0&rev=20 --- python-funcparserlib.changes | 5 +++++ python-funcparserlib.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-funcparserlib.changes b/python-funcparserlib.changes index cb3b185..334c44d 100644 --- a/python-funcparserlib.changes +++ b/python-funcparserlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 17 00:40:42 UTC 2022 - Steve Kowalik + +- Re-add missing BuildRequires on six. + ------------------------------------------------------------------- Thu Aug 4 19:54:24 UTC 2022 - Ben Greiner diff --git a/python-funcparserlib.spec b/python-funcparserlib.spec index 1535b8e..a023cc1 100644 --- a/python-funcparserlib.spec +++ b/python-funcparserlib.spec @@ -28,6 +28,7 @@ Source: https://github.com/vlasovskikh/funcparserlib/archive/refs/tags/% BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch