paramiko is not installed into the venv, but is required by smoketests/base.py. Added paramiko to tools/pip-requires.

This commit is contained in:
Justin Shepherd 2011-06-03 15:19:22 +00:00 committed by Tarmac
commit 54c341feff
1 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,5 @@ suds==0.4
coverage
nosexcover
GitPython
paramiko
nova_adminclient