Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / ansible-core
Commits: 56ef124a by Chih-Hsuan Yen at 2026-06-04T10:55:24+08:00 paramiko connection plugin is removed in version 2.21 See: https://github.com/ansible/ansible/pull/86757 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -28,7 +28,6 @@ pkgbase = ansible-core depends = python-packaging depends = python-pyyaml depends = python-resolvelib - depends = python-paramiko depends = python-typing_extensions optdepends = python-argcomplete: shell completions optdepends = python-dnspython: for dig lookup ===================================== PKGBUILD ===================================== @@ -23,7 +23,6 @@ depends=( 'python-pyyaml' 'python-resolvelib' # not directly required, but either convenient or indirectly required - 'python-paramiko' 'python-typing_extensions' ) makedepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/56ef124abc1d7cc5a2f53bd0be78080e180df13b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/56ef124abc1d7cc5a2f53bd0be78080e180df13b You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
