From 4e376b4442c0a7b49f0753fc7107182454d248a4 Mon Sep 17 00:00:00 2001 From: Manu <3916435+m3nu@users.noreply.github.com> Date: Fri, 7 Jan 2022 15:04:09 +0400 Subject: [PATCH] Use Python3 setuptools on Debian (#89) --- vars/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/Debian.yml b/vars/Debian.yml index ce11e99..50cb548 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -4,7 +4,7 @@ borg_packages: - libacl1-dev - libacl1 - build-essential - - python-setuptools + - python3-setuptools - python3-dev - python3-pip - python3-msgpack