From d862534c3b323eeb5aec9e501a80ba850e34aeb3 Mon Sep 17 00:00:00 2001 From: Ernestas Kulik Date: Jan 14 2020 09:46:13 +0000 Subject: Add BuildRequires on /usr/bin/python For the unit tests. --- diff --git a/meson.spec b/meson.spec index 2d62567..91485e2 100644 --- a/meson.spec +++ b/meson.spec @@ -22,6 +22,8 @@ Requires: ninja-build %if %{with check} BuildRequires: ninja-build +# Some tests expect the unversioned executable +BuildRequires: /usr/bin/python # Various languages BuildRequires: gcc BuildRequires: libasan