From 8a52e49575fc4cbcd908201684fb30716452a75a Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich Date: Fri, 26 Mar 2021 17:48:35 +0100 Subject: [PATCH] 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 --- travis-ci/vmtest/build_selftests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-ci/vmtest/build_selftests.sh b/travis-ci/vmtest/build_selftests.sh index 4b0b0b7..fc8f252 100755 --- a/travis-ci/vmtest/build_selftests.sh +++ b/travis-ci/vmtest/build_selftests.sh @@ -6,7 +6,7 @@ source $(cd $(dirname $0) && pwd)/helpers.sh 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 LIBBPF_PATH="${REPO_ROOT}"