Skip to content

Commit a865494

Browse files
committed
lint: remove autotools packages
1 parent b02f29e commit a865494

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/lint/04_install.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ pushd "/"
1212

1313
${CI_RETRY_EXE} apt-get update
1414
# Lint dependencies:
15-
# - automake pkg-config libtool (for lint_includes_build_config)
1615
# - curl/xz-utils (to install shellcheck)
1716
# - git (used in many lint scripts)
1817
# - gpg (used by verify-commits)
19-
${CI_RETRY_EXE} apt-get install -y automake pkg-config libtool curl xz-utils git gpg
18+
${CI_RETRY_EXE} apt-get install -y curl xz-utils git gpg
2019

2120
PYTHON_PATH="/python_build"
2221
if [ ! -d "${PYTHON_PATH}/bin" ]; then

0 commit comments

Comments
 (0)