Add BuildRequires on /usr/bin/python

For the unit tests.
This commit is contained in:
Ernestas Kulik 2020-01-14 10:46:13 +01:00
parent 4dfc2af1c6
commit d862534c3b

View File

@ -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