From 424415197211d32eaeb84630542bcab3cc6521b0 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 24 Aug 2012 13:57:25 +0900 Subject: Add GerritSSHClient Add initial version of GerritSSHClient, which is a wrapper for paramiko's SSHClient. The class derives from SSHClient and configures the ssh connection from the user's ssh config file. Change-Id: I54a193e41356de272c95c5288ed2c9e50a776cdf --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1237f97..36f0deb 100755 --- a/setup.py +++ b/setup.py @@ -13,4 +13,5 @@ setup( url="http://sonymobile.com", packages=['pygerrit'], keywords='gerrit, json', + install_requires=['paramiko'], ) -- cgit v1.2.1