From 2f8b1308348b726cc62d6dfd1aaa84d04b6b1b9a 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 in master branch to work around some setuptools customizability limitation. --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 520ce650f..792a5924e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -185,6 +185,7 @@ def install_borg(fuse) cd borg pip install -r requirements.d/development.txt python setup.py clean + python setup.py clean2 pip install -e .[#{fuse}] EOF end