Add more missing Arch Linux build dependencies in PKGBUILD

This commit is contained in:
Maximilian Luz 2021-01-08 01:08:49 +01:00
parent 6032c5c9d0
commit e185f28e05
No known key found for this signature in database
GPG key ID: 70EC0937F6C26F02
2 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,8 @@ url="https://www.kernel.org/"
arch=(x86_64) arch=(x86_64)
license=(GPL2) license=(GPL2)
makedepends=( 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 xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick
) )
options=('!strip') options=('!strip')

View file

@ -12,7 +12,8 @@ url="https://git.archlinux.org/linux.git/log/?h=$_srctag"
arch=(x86_64) arch=(x86_64)
license=(GPL2) license=(GPL2)
makedepends=( 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` # we don't need `pahole` as deps because we disable `CONFIG_DEBUG_INFO`
# ignoring deps for docs because we don't build docs package # ignoring deps for docs because we don't build docs package
git git