Add python to git makedepends

pull/331/head
Jan Houben 6 years ago
parent 031c1b95bb
commit e7ede6a77e
No known key found for this signature in database
GPG Key ID: 6866AADB974DD983
  1. 2
      src/kernels/_utils.sh
  2. 2
      src/kernels/linux-hardened.sh
  3. 2
      src/kernels/linux-lts.sh
  4. 2
      src/kernels/linux-vfio.sh
  5. 2
      src/kernels/linux-zen.sh
  6. 2
      src/kernels/linux.sh

@ -65,7 +65,7 @@ update_utils_git_pkgbuilds() {
zfs_utils_pkgname="zfs-utils-git"
zfs_utils_pkgbuild_path="packages/${kernel_name}/${zfs_utils_pkgname}"
zfs_src_hash="SKIP"
zfs_makedepends="\"git\""
zfs_makedepends="\"git\" \"python\""
zfs_workdir="\${srcdir}/zfs"
zfs_utils_replaces='replaces=("spl-utils-common-git" "zfs-utils-common-git")'

@ -81,7 +81,7 @@ update_linux_hardened_git_pkgbuilds() {
zfs_pkgbuild_path="packages/${kernel_name}/${zfs_pkgname}"
zfs_replaces='replaces=("spl-linux-hardened-git")'
zfs_src_hash="SKIP"
zfs_makedepends="\"git\""
zfs_makedepends="\"git\" \"python\""
zfs_workdir="\${srcdir}/zfs"
if have_command "update"; then
git_check_repo

@ -101,7 +101,7 @@ update_linux_lts_git_pkgbuilds() {
zfs_pkgbuild_path="packages/${kernel_name}/${zfs_pkgname}"
zfs_replaces='replaces=("spl-linux-lts-git")'
zfs_src_hash="SKIP"
zfs_makedepends="\"git\""
zfs_makedepends="\"git\" \"python\""
zfs_workdir="\${srcdir}/zfs"
if have_command "update"; then
git_check_repo

@ -81,7 +81,7 @@ update_linux_vfio_git_pkgbuilds() {
zfs_pkgbuild_path="packages/${kernel_name}/${zfs_pkgname}"
zfs_replaces='replaces=("spl-linux-vfio-git")'
zfs_src_hash="SKIP"
zfs_makedepends="\"git\""
zfs_makedepends="\"git\" \"python\""
zfs_workdir="\${srcdir}/zfs"
if have_command "update"; then
git_check_repo

@ -81,7 +81,7 @@ update_linux_zen_git_pkgbuilds() {
zfs_pkgbuild_path="packages/${kernel_name}/${zfs_pkgname}"
zfs_replaces='replaces=("spl-linux-zen-git")'
zfs_src_hash="SKIP"
zfs_makedepends="\"git\""
zfs_makedepends="\"git\" \"python\""
zfs_workdir="\${srcdir}/zfs"
if have_command "update"; then
git_check_repo

@ -103,7 +103,7 @@ update_linux_git_pkgbuilds() {
zfs_pkgbuild_path="packages/${kernel_name}/${zfs_pkgname}"
zfs_replaces='replaces=("spl-linux-git")'
zfs_src_hash="SKIP"
zfs_makedepends="\"git\""
zfs_makedepends="\"git\" \"python\""
zfs_workdir="\${srcdir}/zfs"
if have_command "update"; then
git_check_repo

Loading…
Cancel
Save