cli: Fix `certidude request` dependency handling

This commit is contained in:
Lauri Võsandi 2017-06-04 14:48:28 +00:00
parent ecb1d9b3f3
commit d08a3f9f92
1 changed files with 1 additions and 2 deletions

View File

@ -91,9 +91,8 @@ def setup_client(prefix="client_", dh=False):
@click.option("-f", "--fork", default=False, is_flag=True, help="Fork to background")
@click.option("-nw", "--no-wait", default=False, is_flag=True, help="Return immideately if server doesn't autosign")
def certidude_request(fork, renew, no_wait, kerberos):
# Here let's try to avoid compiling packages from scratch
rpm("openssl") or \
apt("openssl python-jinja2") or \
apt("openssl python-jinja2")
pip("jinja2 oscrypto csrbuilder asn1crypto")
import requests