summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-11-09 17:16:16 +0100
committerThomas Haller <thaller@redhat.com>2020-11-10 13:51:29 +0100
commita51d17cffae5dceb000991f6dff64d5f570c11be (patch)
treef8e69133f78a3aad15a80f3843c5b90110aa253f
parentb55f13406f093d5cb9f6305a74b90c373e480713 (diff)
downloadNetworkManager-a51d17cffae5dceb000991f6dff64d5f570c11be.tar.gz
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.
-rwxr-xr-xcontrib/debian/REQUIRED_PACKAGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/debian/REQUIRED_PACKAGES b/contrib/debian/REQUIRED_PACKAGES
index 3ed6350c56..cdd9b501ad 100755
--- a/contrib/debian/REQUIRED_PACKAGES
+++ b/contrib/debian/REQUIRED_PACKAGES
@@ -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 \
\