linux-postmarketos-qcom-sdm845: depend on python3 (MR 5188)
Since 6.10-rc1 python3 is now a hard requirement to compile the kernel, it's used to generates headers for drm/msm. Add it now so our CI can keep working. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
53407e5203
commit
eff1586b5c
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
_flavor="postmarketos-qcom-sdm845"
|
||||
pkgname=linux-$_flavor
|
||||
pkgver=6.9.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline Kernel fork for SDM845 devices"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -15,7 +15,7 @@ license="GPL-2.0-only"
|
|||
options="!check !tracedeps
|
||||
pmb:cross-native
|
||||
pmb:kconfigcheck-community"
|
||||
makedepends="bash bison findutils flex installkernel openssl-dev perl zstd"
|
||||
makedepends="bash bison findutils flex installkernel openssl-dev perl zstd python3"
|
||||
|
||||
_config="config-$_flavor.$arch"
|
||||
_tag="sdm845-6.9.0"
|
||||
|
|
Loading…
Reference in a new issue