mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
vagrant: remove outdated netbsd hack, not needed any more
(same change as in 1.2-maint)
This commit is contained in:
parent
d39ecf4640
commit
c27df634f1
1 changed files with 0 additions and 1 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -104,7 +104,6 @@ def packages_netbsd
|
||||||
ln -s /usr/pkg/bin/pip3.9 /usr/pkg/bin/pip3
|
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/virtualenv
|
||||||
ln -s /usr/pkg/bin/virtualenv-3.9 /usr/pkg/bin/virtualenv3
|
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
|
EOF
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue