linux-lenovo-p1m: fix dependencies (MR 3519)

It builds just fine with the python2 dependency removed, probably copy
pasted from another kernel. And apk-tools definitively should not be in
there.
This commit is contained in:
Oliver Smith 2022-10-10 16:12:38 +02:00 committed by Newbyte
parent 4b045d8f33
commit ce93fd7188
No known key found for this signature in database
GPG key ID: 5873C171C9429CFA

View file

@ -3,7 +3,7 @@
pkgname=linux-lenovo-p1m
pkgver=3.18.19
pkgrel=3
pkgrel=4
pkgdesc="Lenovo Vibe P1m kernel fork"
arch="aarch64"
_carch="arm64"
@ -11,7 +11,7 @@ _flavor="lenovo-p1m"
url="https://kernel.org"
license="GPL-2.0-only"
options="!strip !check !tracedeps pmb:cross-native"
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc6 python2 apk-tools"
makedepends="bash bc bison devicepkg-dev flex openssl-dev perl gcc6"
# Compiler: GCC 6 (doesn't boot when compiled with newer versions)
if [ "${CC:0:5}" != "gcc6-" ]; then