From d08a3f9f92f4928bba9372905eada2c3a015967b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 4 Jun 2017 14:48:28 +0000 Subject: [PATCH] cli: Fix `certidude request` dependency handling --- certidude/cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certidude/cli.py b/certidude/cli.py index 03d8c0e..2798944 100755 --- a/certidude/cli.py +++ b/certidude/cli.py @@ -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