From de884e4146791084631487e61664fb5db7c0ad70276f402c1c81bcb2429f99b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 2 Feb 2024 12:22:05 +0000 Subject: [PATCH] Accepting request 1143591 from home:munix9:branches:devel:languages:python - Add libmpg123-0 as a build requirement for the tests OBS-URL: https://build.opensuse.org/request/show/1143591 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySDL2?expand=0&rev=31 --- python-PySDL2.changes | 5 +++++ python-PySDL2.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-PySDL2.changes b/python-PySDL2.changes index 12ea4fd..2815d15 100644 --- a/python-PySDL2.changes +++ b/python-PySDL2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 2 09:28:39 UTC 2024 - munix9@googlemail.com + +- Add libmpg123-0 as a build requirement for the tests + ------------------------------------------------------------------- Sun Aug 20 11:55:43 UTC 2023 - munix9@googlemail.com diff --git a/python-PySDL2.spec b/python-PySDL2.spec index 19abbab..20d23b4 100644 --- a/python-PySDL2.spec +++ b/python-PySDL2.spec @@ -1,7 +1,7 @@ # # spec file for package python-PySDL2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -44,6 +44,7 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module numpy} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module pytest} +BuildRequires: libmpg123-0 BuildRequires: xorg-x11-server # /SECTION Requires: SDL2 >= 2.0.22