From 45fd1437860b03ed92797ee3cf24be26b2bcad46 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 22 Jan 2022 17:45:28 +0100 Subject: [PATCH] vagrant: also invoke setup.py clean2 clean2 was added to work around some setuptools customizability limitation. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index ee85b4d5b..b4fd1834d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -261,6 +261,7 @@ def install_borg(fuse) cd borg pip install -r requirements.d/development.lock.txt python setup.py clean + python setup.py clean2 EOF if fuse script += <<-EOF