From 7e64eb96c43f2c36ae6131742aff9366cb2c6f2e307b8c24343d0608051199f0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 16 Sep 2022 16:34:21 +0000 Subject: [PATCH] Accepting request 1004099 from home:pgajdos:python - python-six not required OBS-URL: https://build.opensuse.org/request/show/1004099 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyNaCl?expand=0&rev=20 --- python-PyNaCl.changes | 5 +++++ python-PyNaCl.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/python-PyNaCl.changes b/python-PyNaCl.changes index 9dea630..75afe3f 100644 --- a/python-PyNaCl.changes +++ b/python-PyNaCl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 16 12:01:41 UTC 2022 - pgajdos@suse.com + +- python-six not required + ------------------------------------------------------------------- Sun Jan 9 18:54:14 UTC 2022 - Michael Ströder diff --git a/python-PyNaCl.spec b/python-PyNaCl.spec index 75a1464..61e3544 100644 --- a/python-PyNaCl.spec +++ b/python-PyNaCl.spec @@ -31,14 +31,12 @@ BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} BuildRequires: %{python_module pycparser} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(libsodium) >= 1.0.18 Requires: python-cffi -Requires: python-six # SECTION test requirements BuildRequires: %{python_module hypothesis >= 3.27.0} BuildRequires: %{python_module pytest >= 3.2.1}