install-deps: install setuptools early for Debian

Seems like bindep cannot work without it but does not pull it for
some reason.

Change-Id: I6c989e2aa8e71ca2fa802ec403d34612262eef2f
This commit is contained in:
Dmitry Tantsur 2020-06-22 16:32:15 +02:00
parent e4b32c2348
commit 27d87522f1

View File

@ -49,7 +49,7 @@ case ${ID,,} in
[python3-devel]=libpython3-dev
[python3-pip]=python3-pip
)
EXTRA_PKG_DEPS=( python3-venv )
EXTRA_PKG_DEPS=( python3-venv python3-setuptools )
sudo apt-get update
# NOTE(dtantsur): workaround for segfault when installing cryptography:
# https://github.com/pyca/cryptography/issues/3815