summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-09-10 18:21:17 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-09-10 18:21:17 +0200
commitc27df634f1cec374a99af5477d6fc867b99c09d4 (patch)
treea656c42fb87e74b5ed2a1c5cd90c5b50334a99c0 /Vagrantfile
parentd39ecf464019ea5ac06109f447548ceb9439ecb4 (diff)
vagrant: remove outdated netbsd hack, not needed any more
(same change as in 1.2-maint)
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 70bbc3b68..e1dfddd10 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -104,7 +104,6 @@ def packages_netbsd
ln -s /usr/pkg/bin/pip3.9 /usr/pkg/bin/pip3
ln -s /usr/pkg/bin/virtualenv-3.9 /usr/pkg/bin/virtualenv
ln -s /usr/pkg/bin/virtualenv-3.9 /usr/pkg/bin/virtualenv3
- ln -s /usr/pkg/lib/python3.9/_sysconfigdata_netbsd9.py /usr/pkg/lib/python3.9/_sysconfigdata__netbsd9_.py # bug in netbsd 9.2, expected filename not there.
EOF
end