contrib: install "python{3,}-setuptools" package with "debian/REQUIRED_PACKAGES"

Odd, sometimes gitlab CI fails to use pip3 install, because setuptools
module is not installed. But only sometimes...

Explicitly install it.
This commit is contained in:
Thomas Haller 2020-11-09 17:16:16 +01:00
parent b55f13406f
commit a51d17cffa
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -65,10 +65,12 @@ install \
ppp-dev \
python-dbus \
python-gi \
python-setuptools \
python-software-properties \
python3-dbus \
python3-gi \
python3-pip \
python3-setuptools \
uuid-dev \
valgrind \
\