mirror of
https://github.com/netdata/libbpf.git
synced 2026-04-03 23:29:06 +08:00
vmtest: use python3-docutils instead of python-docutils
There is no python-docutils on Debian Bullseye, but python3-docutils exists everywhere. Since Python 2 is EOL anyway, use the Python 3 version. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
5b9d079c7f
commit
8a52e49575
@@ -6,7 +6,7 @@ source $(cd $(dirname $0) && pwd)/helpers.sh
|
|||||||
|
|
||||||
travis_fold start prepare_selftests "Building selftests"
|
travis_fold start prepare_selftests "Building selftests"
|
||||||
|
|
||||||
sudo apt-get -y install python-docutils # for rst2man
|
sudo apt-get -y install python3-docutils # for rst2man
|
||||||
|
|
||||||
LLVM_VER=14
|
LLVM_VER=14
|
||||||
LIBBPF_PATH="${REPO_ROOT}"
|
LIBBPF_PATH="${REPO_ROOT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user