diff --git a/python-imread.changes b/python-imread.changes index 876ed94..975ff45 100644 --- a/python-imread.changes +++ b/python-imread.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 19 03:22:18 UTC 2021 - Steve Kowalik + +- Don't build on Python 3.6, due to no NumPy. + ------------------------------------------------------------------- Tue Apr 14 12:26:14 UTC 2020 - Marketa Calabkova diff --git a/python-imread.spec b/python-imread.spec index 278ad65..f6ca9f0 100644 --- a/python-imread.spec +++ b/python-imread.spec @@ -1,7 +1,7 @@ # # spec file for package python-imread # -# 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 @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-imread Version: 0.7.4 Release: 0 Summary: Image reading library License: MIT -Group: Development/Languages/Python URL: http://luispedro.org/software/imread Source: https://files.pythonhosted.org/packages/source/i/imread/imread-%{version}.tar.gz BuildRequires: %{python_module devel}