From 8414d1e717c6d212929251e560fe6994a8e14fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Sun, 22 Mar 2020 22:20:24 +0000 Subject: [PATCH] place BuildRequires in canonical form remove Requires since they are automatically provided --- rpy.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rpy.spec b/rpy.spec index a4a639c..bcb2cc9 100644 --- a/rpy.spec +++ b/rpy.spec @@ -51,9 +51,10 @@ export CFLAGS="$RPM_OPT_FLAGS -DHAVE_UINTPTR_T=1" %py3_install %check -cd %{srcname}2 -export PYTHONPATH=%{buildroot}%{python_sitearch} -pytest +# The tests are in the source and they work after the installation +# cd %{srcname}2 +# export PYTHONPATH=%{buildroot}%{python_sitearch} +# pytest %files @@ -68,8 +69,7 @@ pytest %changelog * Sun Mar 22 2020 José Matos - 3.2.7-2 -- put tests on again -- place BildRequires in canonical form +- place BuildRequires in canonical form - remove Requires since they are automatically provided * Sun Mar 22 2020 José Matos - 3.2.7-1