Skip to content
Snippets Groups Projects
Unverified Commit b35b950e authored by Robert Underwood's avatar Robert Underwood Committed by GitHub
Browse files

Add openssh runtime dependency to git (#17872)

If you use git to clone a repository ssh, git transfers control the ssh
binary available on your path, if that ssh binary was built with
contradictory version of openssl/kerberos, then your git commands will
fail.
parent 91671be7
Branches
Tags
No related merge requests found
......@@ -193,6 +193,7 @@ class Git(AutotoolsPackage):
depends_on('pcre2', when='@2.14:')
depends_on('perl')
depends_on('zlib')
depends_on('openssh', type='run')
depends_on('autoconf', type='build')
depends_on('automake', type='build')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment