mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
python-pynacl: new package
Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com> [Thomas: - remove python-six from the build dependencies, it is only a runtime dependency - add host-python-cffi in the build dependencies.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
ddb8ff9d95
commit
b3258b7535
9
package/python-pynacl/Config.in
Normal file
9
package/python-pynacl/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_PYNACL
|
||||
bool "python-pynacl"
|
||||
select BR2_PACKAGE_LIBSODIUM
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
||||
help
|
||||
Python binding to the Networking and Cryptography (NaCl) library.
|
||||
|
||||
https://pypi.python.org/pypi/PyNaCl
|
||||
Reference in New Issue
Block a user