summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-10-05 15:51:39 +0200
committerIlya Etingof <etingof@gmail.com>2017-10-05 15:51:39 +0200
commit82e59461016e8c0608aeec05489385ec4c18479a (patch)
tree7d7712132aaa26316e703d59e622ca88296295f0 /docs
parent01605e794e6c4cccfea3c261b7aea0e2130fc23d (diff)
downloadpysnmp-git-82e59461016e8c0608aeec05489385ec4c18479a.tar.gz
pycryptodome replaced with pycryptodomex
Diffstat (limited to 'docs')
-rw-r--r--docs/source/download.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/source/download.rst b/docs/source/download.rst
index 412f6846..a0f43005 100644
--- a/docs/source/download.rst
+++ b/docs/source/download.rst
@@ -48,9 +48,8 @@ operational:
Optional, but recommended:
-* `PyCryptodome <https://pypi.python.org/pypi/pycryptodome/>`_,
- used by SNMPv3 crypto features (Windows users need
- `precompiled version <http://www.voidspace.org.uk/python/modules.shtml>`_)
+* `PyCryptodomex <https://pypi.python.org/pypi/pycryptodomex/>`_,
+ used by SNMPv3 crypto features
* `PySMI <https://pypi.python.org/pypi/pysmi/>`_ for automatic
MIB download and compilation. That helps visualizing more SNMP objects
* `Ply <https://pypi.python.org/pypi/ply/>`_, parser generator