mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 09:19:31 +00:00
vagrant: also invoke setup.py clean2
clean2 was added in master branch to work around some setuptools customizability limitation.
This commit is contained in:
parent
41814d393d
commit
2f8b130834
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue