From d170f7336fd9ec47f8cebc56a3b7696f59991b23756e825c6da890fd30397be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 4 Mar 2020 11:08:01 +0000 Subject: [PATCH] - Fix pytest dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=14 --- python-SoundFile.changes | 5 +++++ python-SoundFile.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-SoundFile.changes b/python-SoundFile.changes index 7d9df25..dbcad00 100644 --- a/python-SoundFile.changes +++ b/python-SoundFile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 4 11:07:43 UTC 2020 - Tomáš Chvátal + +- Fix pytest dependency + ------------------------------------------------------------------- Mon Dec 2 16:28:38 UTC 2019 - Todd R diff --git a/python-SoundFile.spec b/python-SoundFile.spec index 14b0609..2f9ed66 100644 --- a/python-SoundFile.spec +++ b/python-SoundFile.spec @@ -1,7 +1,7 @@ # # spec file for package python-SoundFile # -# 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 @@ -28,7 +28,7 @@ URL: https://github.com/bastibe/PySoundFile Source: https://files.pythonhosted.org/packages/source/S/SoundFile/SoundFile-%{version}.tar.gz BuildRequires: %{python_module cffi >= 0.6} BuildRequires: %{python_module numpy} -BuildRequires: %{python_module pytest4} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: libsndfile1