From ca12921a60eee87eba9eba275390171810b34258 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 16 Nov 2018 14:28:29 -0800 Subject: [PATCH] Don't mention _venv_common.sh in certbot-auto. This wasn't always the case, but nowadays, _venv_common is a developer tool and has nothing to do with certbot-auto. --- letsencrypt-auto-source/letsencrypt-auto | 3 +-- letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto index 12be26e19..6c98b71d4 100755 --- a/letsencrypt-auto-source/letsencrypt-auto +++ b/letsencrypt-auto-source/letsencrypt-auto @@ -593,8 +593,7 @@ BootstrapArchCommon() { # - ArchLinux (x86_64) # # "python-virtualenv" is Python3, but "python2-virtualenv" provides - # only "virtualenv2" binary, not "virtualenv" necessary in - # ./tools/_venv_common.py + # only "virtualenv2" binary, not "virtualenv". deps=" python2 diff --git a/letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh b/letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh index c55527590..3be78d3f8 100755 --- a/letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh +++ b/letsencrypt-auto-source/pieces/bootstrappers/arch_common.sh @@ -7,8 +7,7 @@ BootstrapArchCommon() { # - ArchLinux (x86_64) # # "python-virtualenv" is Python3, but "python2-virtualenv" provides - # only "virtualenv2" binary, not "virtualenv" necessary in - # ./tools/_venv_common.py + # only "virtualenv2" binary, not "virtualenv". deps=" python2