From 0a93b0db27a02aafadc3f2250ffc1f4dc2579758b24a9022d00bcde110189236 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 11 Sep 2017 19:07:26 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-binaryornot?expand=0&rev=2 --- python-binaryornot.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-binaryornot.spec b/python-binaryornot.spec index b69a46a..6b53c12 100644 --- a/python-binaryornot.spec +++ b/python-binaryornot.spec @@ -17,7 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test +# Tests run too slowly on aarch64 +%ifarch aarch64 +%bcond_with test +%else +%bcond_without test +%endif Name: python-binaryornot Version: 0.4.4 Release: 0