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