Sync OpenBSD installation documentation with reality

OpenBSD's salt package moved to python3 a while ago and dependencies
have changed since this page was last updated.

While here tweak a reference to the OpenBSD package, not pkg, repo.
This commit is contained in:
Jasper Lievisse Adriaanse 2020-07-03 15:19:49 +02:00 committed by Daniel Wozniak
parent 2d684bd506
commit 6170eac439

View file

@ -10,22 +10,21 @@ dependencies of the ``sysutils/salt`` port:
.. code-block:: text
devel/py-futures
devel/py-progressbar
net/py-msgpack
net/py-zmq
security/py-crypto
security/py-M2Crypto
textproc/py-MarkupSafe
textproc/py-yaml
www/py-jinja2
www/py-requests
www/py-tornado
devel/py3-progressbar
net/py3-msgpack
net/py3-zmq
security/py3-Cryptodome
security/py3-M2Crypto
sysutils/py3-distro
textproc/py3-MarkupSafe
textproc/py3-yaml
www/py3-jinja2
www/py3-requests
Installation
============
To install Salt from the OpenBSD pkg repo, use the command:
To install Salt from the OpenBSD package repo, use the command:
.. code-block:: bash