From a19ecf6e4b5d399119c48983ebce5a5e4cb5d1d5 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 10 Sep 2020 16:55:52 +0200 Subject: [PATCH] ExcludeArch s390x until tests are fixed upstream --- python-pyglet.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-pyglet.spec b/python-pyglet.spec index ee193ec..e232290 100644 --- a/python-pyglet.spec +++ b/python-pyglet.spec @@ -22,6 +22,11 @@ Source1: pyglet-get-tarball.sh BuildArch: noarch +# Tests (and possibly sound synthesis?) fail on big-endian. +# Reported: https://github.com/pyglet/pyglet/issues/278 +# Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=1877849 +ExcludeArch: s390x + BuildRequires: python3-devel BuildRequires: pyproject-rpm-macros