From f2558e7a2649b7eefe5091fafb137031c83ef7f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 27 Jan 2022 15:52:41 +0100 Subject: [PATCH] Time and free is always needed --- pypy3.8.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pypy3.8.spec b/pypy3.8.spec index d065377..ac339fc 100644 --- a/pypy3.8.spec +++ b/pypy3.8.spec @@ -218,14 +218,14 @@ BuildRequires: python-rpm-macros BuildRequires: valgrind-devel %endif +# For recording stats: +BuildRequires: time +BuildRequires: /usr/bin/free + %if %{run_selftests} # Used by the selftests, though not by the build: BuildRequires: gc-devel -# For use in the selftests, for recording stats: -BuildRequires: time -BuildRequires: /usr/bin/free - # For use in the selftests, for imposing a per-test timeout: BuildRequires: perl-interpreter %endif