Petr Štetiar ceb6869cd9 build: add which command to build requirements
`which` utility is not shipped by default for example on recent Arch
Linux and then any steps relying on its presence fails, like for example
following Python3 prereq build check:

 $ python3 --version
 Python 3.9.1

 $ make
 /bin/sh: line 1: which: command not found
 ...
 Checking 'python3'... failed.

So make `which` utility host build requirement.

References: PR#3820 FS#3525
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 13069b1a1dcbef0bb9b42db98025fa9203283220)
2021-03-03 23:03:25 +01:00
..
2019-08-12 12:27:06 +02:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-23 08:35:41 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-19 07:15:59 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2020-04-26 21:20:47 +02:00
2020-12-07 10:46:43 -10:00
2021-02-05 14:54:47 +01:00
2021-02-05 14:54:47 +01:00
2021-02-16 02:21:33 +01:00