From 49f4e5dd9d12b62ed96616e8bc109b09c81dd5fb4635da3e286f2e23af9a66c0 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:33:26 +0000 Subject: [PATCH] - add missing six declaration OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dictpath?expand=0&rev=3 --- python-dictpath.changes | 5 +++++ python-dictpath.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-dictpath.changes b/python-dictpath.changes index 291f00a..2dc71b2 100644 --- a/python-dictpath.changes +++ b/python-dictpath.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 10:32:35 UTC 2021 - Dirk Müller + +- add missing six declaration + ------------------------------------------------------------------- Mon Aug 16 13:01:22 UTC 2021 - Ben Greiner diff --git a/python-dictpath.spec b/python-dictpath.spec index b273bb9..5f892ca 100644 --- a/python-dictpath.spec +++ b/python-dictpath.spec @@ -26,9 +26,11 @@ URL: https://github.com/p1c2u/dictpath # Use the github tarball because it contains the tests Source: https://github.com/p1c2u/dictpath/archive/refs/tags/%{version}.tar.gz#/dictpath-%{version}-gh.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch +Requires: python-six # SECTION test requirements BuildRequires: %{python_module pytest} %if %{with python2}