diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-20 15:22:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-20 15:22:34 +0000 |
commit | ed95a928eb095f8585bf216a05182a3e30cc9886 (patch) | |
tree | e5039e4c6176a9a4e91f31942e6d2329ff7cc40e /contrib/ci/deps.sh | |
parent | Adding upstream version 2.9.4. (diff) | |
download | sssd-upstream.tar.xz sssd-upstream.zip |
Adding upstream version 2.9.5.upstream/2.9.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'contrib/ci/deps.sh')
-rw-r--r-- | contrib/ci/deps.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/ci/deps.sh b/contrib/ci/deps.sh index f6f5018..c7968de 100644 --- a/contrib/ci/deps.sh +++ b/contrib/ci/deps.sh @@ -23,7 +23,6 @@ declare -r _DEPS_SH= # Dependency list declare -a DEPS_LIST=( - lcov valgrind ) |