device/linux-leeco-s2: remove non-used Python 2 dependency (!606)
This commit is contained in:
parent
d9f799f65b
commit
b03bbbe80b
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
|||
|
||||
pkgname="linux-leeco-s2"
|
||||
pkgver=3.10.106
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="LeEco Le 2 kernel fork"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
_flavor="leeco-s2"
|
||||
url="https://kernel.org"
|
||||
license="GPL2"
|
||||
license="GPL-2.0-only"
|
||||
options="!strip !check !tracedeps"
|
||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev git python2 gcc6"
|
||||
makedepends="perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev git gcc6"
|
||||
|
||||
# Compiler: this kernel was only tested with GCC6. Feel free to make a merge
|
||||
# request if you find out that it is booting working with newer GCCs as
|
||||
|
|
Loading…
Reference in a new issue