From 98cbbc50f267fe25d02ef459a363f84bcc919912f3bcd8dac4074fc03125e77b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 23 Apr 2020 11:03:03 +0000 Subject: [PATCH] - Drop py2 deps as package is py3 only OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hankel?expand=0&rev=11 --- python-hankel.changes | 5 +++++ python-hankel.spec | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/python-hankel.changes b/python-hankel.changes index b6a8288..4a093f0 100644 --- a/python-hankel.changes +++ b/python-hankel.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 23 11:02:49 UTC 2020 - Tomáš Chvátal + +- Drop py2 deps as package is py3 only + ------------------------------------------------------------------- Wed Apr 8 14:46:49 UTC 2020 - Marketa Calabkova diff --git a/python-hankel.spec b/python-hankel.spec index 2ad502f..5589c67 100644 --- a/python-hankel.spec +++ b/python-hankel.spec @@ -39,11 +39,7 @@ BuildRequires: %{python_module mpmath >= 0.18} BuildRequires: %{python_module numpy >= 1.6.1} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy >= 0.12.0} -BuildRequires: python-future # /SECTION -%ifpython2 -Requires: python-future -%endif %python_subpackages %description