mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
vagrant: fix debianoid virtualenv packages
there is no python-virtualenv on focal64, but "virtualenv" installs everything needed.
This commit is contained in:
parent
ba154d1104
commit
dd070c05c9
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -20,7 +20,7 @@ def packages_debianoid(user)
|
|||
chgrp fuse /dev/fuse
|
||||
chmod 666 /dev/fuse
|
||||
apt install -y fakeroot build-essential git curl
|
||||
apt install -y python3-dev python3-setuptools python-virtualenv python3-virtualenv
|
||||
apt install -y python3-dev python3-setuptools virtualenv
|
||||
# for building python:
|
||||
apt install -y zlib1g-dev libbz2-dev libncurses5-dev libreadline-dev liblzma-dev libsqlite3-dev libffi-dev
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue