From e185f28e05e877c1120c84148fe5e1bfe6b1bf42 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Fri, 8 Jan 2021 01:08:49 +0100 Subject: [PATCH] Add more missing Arch Linux build dependencies in PKGBUILD --- pkg/arch/kernel-lts/PKGBUILD | 3 ++- pkg/arch/kernel/PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/arch/kernel-lts/PKGBUILD b/pkg/arch/kernel-lts/PKGBUILD index e7f749b25..255f6616b 100644 --- a/pkg/arch/kernel-lts/PKGBUILD +++ b/pkg/arch/kernel-lts/PKGBUILD @@ -8,7 +8,8 @@ url="https://www.kernel.org/" arch=(x86_64) license=(GPL2) makedepends=( - bc kmod libelf python perl tar xz + bc kmod libelf cpio perl tar xz + python xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick ) options=('!strip') diff --git a/pkg/arch/kernel/PKGBUILD b/pkg/arch/kernel/PKGBUILD index ea2c5a1c2..ae1605dd4 100644 --- a/pkg/arch/kernel/PKGBUILD +++ b/pkg/arch/kernel/PKGBUILD @@ -12,7 +12,8 @@ url="https://git.archlinux.org/linux.git/log/?h=$_srctag" arch=(x86_64) license=(GPL2) makedepends=( - bc kmod libelf python perl tar xz + bc kmod libelf cpio perl tar xz + python # we don't need `pahole` as deps because we disable `CONFIG_DEBUG_INFO` # ignoring deps for docs because we don't build docs package git