From be73ac7b26f70197f3dc279d9fb1a8ba99dff8003534fe2ee4200923fe993e28 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:16:48 +0000 Subject: [PATCH] - add six build dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dist?expand=0&rev=5 --- python-dist.changes | 5 +++++ python-dist.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-dist.changes b/python-dist.changes index deb1cec..178bdba 100644 --- a/python-dist.changes +++ b/python-dist.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 10:16:36 UTC 2021 - Dirk Müller + +- add six build dependency + ------------------------------------------------------------------- Fri Dec 6 20:52:01 UTC 2019 - Erico Mendonca diff --git a/python-dist.spec b/python-dist.spec index f82ce7e..80ba2c8 100644 --- a/python-dist.spec +++ b/python-dist.spec @@ -1,7 +1,7 @@ # # spec file for package python-dist # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,6 +27,7 @@ URL: https://github.com/duboviy/dist Source: https://github.com/duboviy/dist/archive/%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip