]> git.apps.os.sepia.ceph.com Git - teuthology.git/commit
setup.py: move paramiko back to "install_requires" 1387/head
authorKefu Chai <kchai@redhat.com>
Tue, 17 Dec 2019 10:25:45 +0000 (18:25 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 20 Dec 2019 09:44:10 +0000 (17:44 +0800)
commitf1c96d5f21c53e7499f485f34ea03967e1de7620
tree0058e0bd74dd042dce2183f7f9e5e96033154c47
parent9498392ab3eeb901b7f6cc8ead32b9a80822e247
setup.py: move paramiko back to "install_requires"

move following python modules back to "install_requires"

* apache-libcloud
* netaddr
* paramiko

they are imported even when teuthology is used by vstart_runner.py

Signed-off-by: Kefu Chai <kchai@redhat.com>
setup.py