From f02066900a2903d954faf801fe29210004dcef1a521c2971e91c68e5beb6e90d Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Thu, 18 Aug 2022 13:47:01 +0000 Subject: [PATCH] Accepting request 997985 from home:jayvdb:branches:devel:languages:python - ExcludeArch armv7 and i586 due to significant test failures OBS-URL: https://build.opensuse.org/request/show/997985 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-JPype1?expand=0&rev=7 --- python-JPype1.changes | 5 +++++ python-JPype1.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/python-JPype1.changes b/python-JPype1.changes index 6934c2e..2ae3fa6 100644 --- a/python-JPype1.changes +++ b/python-JPype1.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 18 13:28:45 UTC 2022 - John Vandenberg + +- ExcludeArch armv7 and i586 due to significant test failures + ------------------------------------------------------------------- Tue Aug 16 21:45:24 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-JPype1.spec b/python-JPype1.spec index 4ae26b2..0d6207e 100644 --- a/python-JPype1.spec +++ b/python-JPype1.spec @@ -39,6 +39,7 @@ BuildRequires: python-rpm-macros Requires: java-15-openjdk-headless Recommends: python-numpy Suggests: python-typing_extensions +ExcludeArch: %{ix86} armv7 %if %{with test} # SECTION test requirements BuildRequires: %{python_module jedi}