mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
vagrant: fix py310 based testing on netbsd
This commit is contained in:
parent
f5b7ae5b30
commit
460142f4a7
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -97,6 +97,7 @@ def packages_netbsd
|
||||||
# pkg_add fuse # llfuse supports netbsd, but is still buggy.
|
# pkg_add fuse # llfuse supports netbsd, but is still buggy.
|
||||||
# https://bitbucket.org/nikratio/python-llfuse/issues/70/perfuse_open-setsockopt-no-buffer-space
|
# https://bitbucket.org/nikratio/python-llfuse/issues/70/perfuse_open-setsockopt-no-buffer-space
|
||||||
pkg_add python39 py39-sqlite3 py39-pip py39-virtualenv py39-expat
|
pkg_add python39 py39-sqlite3 py39-pip py39-virtualenv py39-expat
|
||||||
|
pkg_add py310-sqlite3 py310-pip py310-virtualenv py310-expat
|
||||||
ln -s /usr/pkg/bin/python3.9 /usr/pkg/bin/python
|
ln -s /usr/pkg/bin/python3.9 /usr/pkg/bin/python
|
||||||
ln -s /usr/pkg/bin/python3.9 /usr/pkg/bin/python3
|
ln -s /usr/pkg/bin/python3.9 /usr/pkg/bin/python3
|
||||||
ln -s /usr/pkg/bin/pip3.9 /usr/pkg/bin/pip
|
ln -s /usr/pkg/bin/pip3.9 /usr/pkg/bin/pip
|
||||||
|
|
Loading…
Reference in a new issue