diff --git a/python-python-snappy.changes b/python-python-snappy.changes index ffe5f41..173cacf 100644 --- a/python-python-snappy.changes +++ b/python-python-snappy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 16 21:22:31 UTC 2020 - John Vandenberg + +- Remove unnecessary build dependency nose + ------------------------------------------------------------------- Thu Apr 11 11:15:21 UTC 2019 - pgajdos@suse.com diff --git a/python-python-snappy.spec b/python-python-snappy.spec index d877fc4..b7e8864 100644 --- a/python-python-snappy.spec +++ b/python-python-snappy.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-snappy # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,17 +23,15 @@ Release: 0 Summary: Python library for the snappy compression library License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/andrix/python-snappy +URL: https://github.com/andrix/python-snappy Source: https://files.pythonhosted.org/packages/source/p/python-snappy/python-snappy-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: c++_compiler BuildRequires: fdupes +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(snappy) -# SECTION test requirements -BuildRequires: %{python_module nose} -# /SECTION %python_subpackages %description