mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-08 15:37:09 +00:00
vagrant: use openssl 3.0 on openbsd
This commit is contained in:
parent
f2b70cf0a6
commit
8ce3f23dca
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -74,7 +74,7 @@ def packages_openbsd
|
||||||
pkg_add lz4
|
pkg_add lz4
|
||||||
pkg_add zstd
|
pkg_add zstd
|
||||||
pkg_add git # no fakeroot
|
pkg_add git # no fakeroot
|
||||||
pkg_add openssl%1.1
|
pkg_add openssl%3.0
|
||||||
pkg_add py3-pip
|
pkg_add py3-pip
|
||||||
pkg_add py3-virtualenv
|
pkg_add py3-virtualenv
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue