From a02cbd3c9ebeb2c5bc0f50dd64aff952be90b388 Mon Sep 17 00:00:00 2001 From: Jean-Michel Picod Date: Thu, 6 Feb 2020 10:31:56 +0100 Subject: [PATCH] Fix missing python setuptools package on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 78745a9..7577b2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ addons: packages: - "python3" - "python3-pip" + - "python3-setuptools" cache: - rust