mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
vagrant: also invoke setup.py clean2
clean2 was added to work around some setuptools customizability limitation.
This commit is contained in:
parent
8e6aeebd60
commit
45fd143786
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue