From bae1f6b9df34388e0338d210a644b6187c45a3c6215bc1dbce683c5d998f590a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 8 Nov 2021 10:31:22 +0000 Subject: [PATCH] - explicitly add six for testsuite OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-robot-detection?expand=0&rev=3 --- python-robot-detection.changes | 5 +++++ python-robot-detection.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-robot-detection.changes b/python-robot-detection.changes index 24f2ae1..0a00a7f 100644 --- a/python-robot-detection.changes +++ b/python-robot-detection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Nov 8 10:31:12 UTC 2021 - Dirk Müller + +- explicitly add six for testsuite + ------------------------------------------------------------------- Mon Dec 2 10:47:17 UTC 2019 - pgajdos@suse.com diff --git a/python-robot-detection.spec b/python-robot-detection.spec index 508b1f6..c807c78 100644 --- a/python-robot-detection.spec +++ b/python-robot-detection.spec @@ -1,7 +1,7 @@ # # spec file for package python-robot-detection # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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/rory/robot-detection # https://github.com/rory/robot-detection/issues/2 Source0: https://github.com/rory/robot-detection/archive/v%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six