From fadce9e4bc4e04237a49ea168e61bb2ba7356931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Sun, 22 Mar 2020 21:31:28 +0000 Subject: [PATCH] put tests on again place BildRequires in canonical form remove Requires since they are automatically provided --- rpy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpy.spec b/rpy.spec index 953d8c8..7123e5f 100644 --- a/rpy.spec +++ b/rpy.spec @@ -52,7 +52,7 @@ export CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1" %check cd %{srcname}2 -PYTHONPATH=. pytest +PYTHONPATH=%{buildroot}%{python_sitearch} pytest %files