14
0
forked from pool/python-PyNaCl

- six is needed by testsuite

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=18
This commit is contained in:
2021-11-08 10:39:30 +00:00
committed by Git OBS Bridge
parent ebb98764d0
commit 1c461c549b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 8 10:39:20 UTC 2021 - Dirk Müller <dmueller@suse.com>
- six is needed by testsuite
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 5 14:42:24 UTC 2020 - Michael Ströder <michael@stroeder.com> Sun Jul 5 14:42:24 UTC 2020 - Michael Ströder <michael@stroeder.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-PyNaCl # spec file for package python-PyNaCl
# #
# Copyright (c) 2020 SUSE LLC # 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
@@ -30,6 +30,7 @@ BuildRequires: %{python_module cffi}
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module pycparser} BuildRequires: %{python_module pycparser}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: pkgconfig BuildRequires: pkgconfig