summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-08-07 22:47:04 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-08-07 22:47:04 +0200
commit460142f4a7b283cb5bddf3c147cc0e8aa44d0205 (patch)
treed19b6e37d2fdd9e375cf78bfb5985a35e7f0ca70 /Vagrantfile
parentf5b7ae5b30f569566c0e1d83cf5cf5c640f4b932 (diff)
vagrant: fix py310 based testing on netbsd
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 37d1572e9..d55a39706 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -97,6 +97,7 @@ def packages_netbsd
# pkg_add fuse # llfuse supports netbsd, but is still buggy.
# 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 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/python3
ln -s /usr/pkg/bin/pip3.9 /usr/pkg/bin/pip