From 177d41000e5625fb12c2735a0f0cdbcf0f6611f2 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 15 Jul 2025 08:35:38 -0600 Subject: [PATCH] Do not build on ppc64le due to lack of a binary builder --- python-jupytext.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-jupytext.spec b/python-jupytext.spec index 4d1f3e2..52b683b 100644 --- a/python-jupytext.spec +++ b/python-jupytext.spec @@ -18,7 +18,8 @@ Source3: prepare_vendor.sh # s390x builds fail due to a bug in jupyterlab # https://bugzilla.redhat.com/show_bug.cgi?id=2278011 -ExcludeArch: s390x +# ppc64le build fails due to lack of a binary builder +ExcludeArch: %{power64} s390x BuildRequires: gcc-c++ BuildRequires: help2man