From f7ffc1561ecce2e67cacedda748165714cb4d15c384e6aecf644ecc44f5d6d68 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:30:21 +0000 Subject: [PATCH] - add missing six dependency declaration OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyrad?expand=0&rev=13 --- python-pyrad.changes | 5 +++++ python-pyrad.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/python-pyrad.changes b/python-pyrad.changes index 93fd6aa..9f3438e 100644 --- a/python-pyrad.changes +++ b/python-pyrad.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 10:30:07 UTC 2021 - Dirk Müller + +- add missing six dependency declaration + ------------------------------------------------------------------- Sun Jun 13 19:00:10 UTC 2021 - Michael Ströder diff --git a/python-pyrad.spec b/python-pyrad.spec index f07ab57..0a48cf2 100644 --- a/python-pyrad.spec +++ b/python-pyrad.spec @@ -26,9 +26,11 @@ URL: https://github.com/pyradius/pyrad Source0: https://github.com/pyradius/pyrad/archive/%{version}.tar.gz BuildRequires: %{python_module netaddr} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: netcfg BuildRequires: python-rpm-macros +Requires: python-six BuildArch: noarch %python_subpackages