mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
dev-util/perf: Support python 3.6
This commit is contained in:
parent
285e82c44a
commit
0e7b9ab914
@ -3,7 +3,8 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{7..10} )
|
# Flatcar: Support python 3.6.
|
||||||
|
PYTHON_COMPAT=( python3_{6..10} )
|
||||||
inherit bash-completion-r1 estack llvm toolchain-funcs prefix python-r1 linux-info
|
inherit bash-completion-r1 estack llvm toolchain-funcs prefix python-r1 linux-info
|
||||||
|
|
||||||
DESCRIPTION="Userland tools for Linux Performance Counters"
|
DESCRIPTION="Userland tools for Linux Performance Counters"
|
||||||
|
Loading…
Reference in New Issue
Block a user