From b749188118f27f524aa1295c0fb619e1e6260a9d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 25 Jan 2025 18:52:45 -0500 Subject: [PATCH] paramiko branch --- .github/downstream.d/paramiko.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/downstream.d/paramiko.sh b/.github/downstream.d/paramiko.sh index 82ab9c1f9748e..24d34139777bf 100755 --- a/.github/downstream.d/paramiko.sh +++ b/.github/downstream.d/paramiko.sh @@ -2,7 +2,7 @@ case "${1}" in install) - git clone --depth=1 https://github.com/paramiko/paramiko + git clone --depth=1 --branch=unpad-keys https://github.com/alex/paramiko cd paramiko git rev-parse HEAD pip install -e .