From 2212610cd1f06ff42d86b03026a3b24ed04b5e20 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Tue, 12 Jan 2021 12:49:58 +0100 Subject: [PATCH] pgkdep/freebsd: Use py37-pycodestyle py27-pycodestyle was dropped and is no longer available for the amd64 arch. Use py37-pycodestyle instead (it should be available for other common architectures too). Change-Id: Icb56860d358e2fa06f202a47302a5005b32708e3 Signed-off-by: Michal Berger Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5877 Tested-by: SPDK CI Jenkins Reviewed-by: Karol Latecki Reviewed-by: Pawel Piatek Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Community-CI: Mellanox Build Bot --- scripts/pkgdep/freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pkgdep/freebsd.sh b/scripts/pkgdep/freebsd.sh index abb6989cb..e7cf64277 100755 --- a/scripts/pkgdep/freebsd.sh +++ b/scripts/pkgdep/freebsd.sh @@ -7,7 +7,7 @@ pkg install -y gmake cunit openssl git bash misc/e2fsprogs-libuuid python \ pkg install -y autoconf automake libtool help2man if [[ $INSTALL_DEV_TOOLS == "true" ]]; then # Tools for developers - pkg install -y devel/astyle bash py27-pycodestyle \ + pkg install -y devel/astyle bash py37-pycodestyle \ misc/e2fsprogs-libuuid sysutils/sg3_utils nasm fi if [[ $INSTALL_DOCS == "true" ]]; then