mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 00:40:32 +01:00
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:
parent
b55f13406f
commit
a51d17cffa
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue