The package rpms/python-lfpy.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/python-lfpy.git/commit/?id=175f29897....
Change: -ExcludeArch: %{power64} %{ix86} armv7hl
Thanks.
Full change: ============
commit 175f29897cf9017a8d2138ea8cfe7142804c6ecc Author: Luis Bazan lbazan@fedoraproject.org Date: Tue Jun 28 14:50:38 2022 -0500
remove exclude
diff --git a/python-lfpy.spec b/python-lfpy.spec index 20fe33a..27397c9 100644 --- a/python-lfpy.spec +++ b/python-lfpy.spec @@ -16,12 +16,12 @@ URL: http://LFPy.readthedocs.io Source0: %{pypi_source LFPy}
# Requires NEURON, so limited to arches that NEURON and Random123 support -ExcludeArch: mips64r2 mips32r2 s390 +#ExcludeArch: mips64r2 mips32r2 s390 # Upstream does not support powerpc or 32bit arches # https://github.com/LFPy/LFPy/issues/173 # Bug: ppc: https://bugzilla.redhat.com/show_bug.cgi?id=1838565 # Bug: armv7hl: https://bugzilla.redhat.com/show_bug.cgi?id=1838564 -ExcludeArch: %{power64} %{ix86} armv7hl +#ExcludeArch: %{power64} %{ix86} armv7hl
BuildRequires: python3-devel
arch-excludes@lists.fedoraproject.org