dependencies: support and require dnspython 2.0, rm monkey patches
- dnspython 2.0 requires cryptography 2.6 so we now always require that (no longer a choice between cryptography and pycryptodomex) - test_dnssec.py is deleted as it was testing the monkey-patch related: #6538
This commit is contained in:
@@ -55,9 +55,8 @@ libsecp256k1 yourself::
|
||||
sudo apt-get install automake libtool
|
||||
./contrib/make_libsecp256k1.sh
|
||||
|
||||
Due to the need for fast symmetric ciphers, either one of `pycryptodomex`_
|
||||
or `cryptography`_ is required. Install from your package manager
|
||||
(or from pip)::
|
||||
Due to the need for fast symmetric ciphers, `cryptography`_ is required.
|
||||
Install from your package manager (or from pip)::
|
||||
|
||||
sudo apt-get install python3-cryptography
|
||||
|
||||
|
||||
Reference in New Issue
Block a user