Updated package as computed by scanpypi. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit 50922517f7c3f8c35f1683aab10c33e95f79fe29) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
config BR2_PACKAGE_PYTHON_PYNACL
|
|
bool "python-pynacl"
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
select BR2_PACKAGE_LIBSODIUM
|
|
help
|
|
Python binding to the Networking and Cryptography (NaCl)
|
|
library.
|
|
|
|
https://pypi.python.org/pypi/PyNaCl
|