summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-04-14 12:14:15 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-04-14 19:31:55 +0200
commitc592b202623f534930172670f67b793646b81b14 (patch)
treeac099efb7cb53072012dbc90631022e1854f6556 /Vagrantfile
parent3ef355a98f882f525a4ac7fa58dd561003e0e70a (diff)
use openssl on openbsd, fixes #6474
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index eea43d8c2..359ae6d62 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -78,6 +78,7 @@ def packages_openbsd
pkg_add lz4
pkg_add zstd
pkg_add git # no fakeroot
+ pkg_add openssl%1.1
pkg_add py3-pip
pkg_add py3-virtualenv
EOF