1ad6b39743
Drop patch that is now upstream. Drop python2 support. Drop python-six dependency which is no longer needed. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [yann.morin.1998@free.fr: update paramiko python3 dependency comment] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
config BR2_PACKAGE_PYTHON_PYNACL
|
|
bool "python-pynacl"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_LIBSODIUM
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
help
|
|
Python binding to the Networking and Cryptography (NaCl)
|
|
library.
|
|
|
|
https://pypi.python.org/pypi/PyNaCl
|