From a51d17cffae5dceb000991f6dff64d5f570c11be Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 9 Nov 2020 17:16:16 +0100 Subject: [PATCH] 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. --- contrib/debian/REQUIRED_PACKAGES | 2 ++ 1 file changed, 2 insertions(+) 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 \ \