Accepting request 930196 from devel:languages:python

- add missing six dependency

OBS-URL: https://build.opensuse.org/request/show/930196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-funcparserlib?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-11-10 20:46:06 +00:00 committed by Git OBS Bridge
commit 52f74515cd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 8 14:50:25 UTC 2021 - Dirk Müller <dmueller@suse.com>
- add missing six dependency
-------------------------------------------------------------------
Wed Sep 9 08:10:23 UTC 2020 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-funcparserlib
#
# Copyright (c) 2020 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/vlasovskikh/funcparserlib
Source: https://files.pythonhosted.org/packages/source/f/funcparserlib/funcparserlib-%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: python3-modernize