14
0

- explicitly add six for testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-robot-detection?expand=0&rev=3
This commit is contained in:
2021-11-08 10:31:22 +00:00
committed by Git OBS Bridge
parent 3d3dfb647c
commit bae1f6b9df
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 8 10:31:12 UTC 2021 - Dirk Müller <dmueller@suse.com>
- explicitly add six for testsuite
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 2 10:47:17 UTC 2019 - pgajdos@suse.com Mon Dec 2 10:47:17 UTC 2019 - pgajdos@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-robot-detection # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 # https://github.com/rory/robot-detection/issues/2
Source0: https://github.com/rory/robot-detection/archive/v%{version}.tar.gz Source0: https://github.com/rory/robot-detection/archive/v%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-six Requires: python-six