From 3ba3bddef10fc8b28dd70644d2303cf6dbcae247d846278a163418bafb915cfc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Jul 2023 18:08:46 +0000 Subject: [PATCH] Fix SPEC OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apsw?expand=0&rev=39 --- python-apsw.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-apsw.spec b/python-apsw.spec index 325b1c0..4d4a8b9 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -60,7 +60,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing" %check # gh#rogerbinns/apsw#462 -# We cannot use %pyunittest_arch here, see the ticket for the discussion +# We cannot use %%pyunittest_arch here, see the ticket for the discussion %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} PYTHONDONTWRITEBYTECODE=1 $python -m apsw.tests -v }