From b0be295fefc6f1b648f7c7214dc6f735b6444a5ebd3a5c3253664f2f55770ce4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:11:24 +0000 Subject: [PATCH] - add six dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=35 --- python-ddt.changes | 5 +++++ python-ddt.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-ddt.changes b/python-ddt.changes index 270bb5b..7a74f75 100644 --- a/python-ddt.changes +++ b/python-ddt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 10:11:16 UTC 2021 - Dirk Müller + +- add six dependency + ------------------------------------------------------------------- Sat Oct 16 21:01:08 UTC 2021 - Dirk Müller diff --git a/python-ddt.spec b/python-ddt.spec index 874168f..fc4f3e4 100644 --- a/python-ddt.spec +++ b/python-ddt.spec @@ -26,6 +26,7 @@ License: MIT URL: https://github.com/txels/ddt Source: https://files.pythonhosted.org/packages/source/d/ddt/ddt-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch