From e1b5b36b8892bde0b1579a5c22fce2800fe796b7 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Tue, 12 Jan 2021 23:09:02 +0500 Subject: [PATCH] add wheel --- setup/management.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/management.sh b/setup/management.sh index 5683b45c..2855ce6f 100755 --- a/setup/management.sh +++ b/setup/management.sh @@ -30,7 +30,7 @@ apt_install duplicity python-pip virtualenv certbot # b2sdk is used for backblaze backups. # boto is used for amazon aws backups. # Both are installed outside the pipenv, so they can be used by duplicity -hide_output pip3 install --upgrade setuptools +hide_output pip3 install setuptools wheel hide_output pip3 install --upgrade b2sdk boto # Create a virtualenv for the installation of Python 3 packages