From 7681cee3d3c2b40c3ed97e7141e5196640d635c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Mon, 1 Nov 2021 12:01:35 +0100 Subject: [PATCH] chg: added python3-setuptools to the Debian build configuration file. --- .builds/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index ee3e060..afd1535 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -5,6 +5,7 @@ packages: - python3 - python3-dev - python3-pip + - python3-setuptools - python3-venv - rustc - cargo