mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
vagrant: use requirements.d/development.lock.txt
This commit is contained in:
parent
02227f30ac
commit
8363169031
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -189,7 +189,7 @@ def install_borg(fuse)
|
||||||
. borg-env/bin/activate
|
. borg-env/bin/activate
|
||||||
pip install -U wheel # upgrade wheel, might be too old
|
pip install -U wheel # upgrade wheel, might be too old
|
||||||
cd borg
|
cd borg
|
||||||
pip install -r requirements.d/development.txt
|
pip install -r requirements.d/development.lock.txt
|
||||||
python setup.py clean
|
python setup.py clean
|
||||||
python setup.py clean2
|
python setup.py clean2
|
||||||
pip install -e .[#{fuse}]
|
pip install -e .[#{fuse}]
|
||||||
|
|
Loading…
Reference in a new issue