mirror of
https://abf.rosa.ru/djam/kernel-5.13.git
synced 2025-02-25 08:02:49 +00:00
Add explicit build dependencies on libcap, libzstd and python3
Some components (e.g. perf) do need these now.
This commit is contained in:
parent
49be02914e
commit
f0865151b4
1 changed files with 4 additions and 1 deletions
|
@ -198,6 +198,7 @@ BuildRequires: bison
|
|||
BuildRequires: flex
|
||||
|
||||
BuildRequires: bzip2
|
||||
BuildRequires: pkgconfig(libzstd)
|
||||
|
||||
BuildRequires: rsync
|
||||
|
||||
|
@ -219,10 +220,12 @@ BuildRequires: elfutils-devel
|
|||
BuildRequires: libunwind-devel
|
||||
BuildRequires: newt-devel
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libcap)
|
||||
%endif
|
||||
|
||||
# might be useful too:
|
||||
|
|
Loading…
Add table
Reference in a new issue