mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
python-pycrypto: new package
Signed-off-by: Ryan Barnett <rjbarnet@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fe6e7a4f13
commit
f096d82eb2
9
package/python-pycrypto/Config.in
Normal file
9
package/python-pycrypto/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_PYCRYPTO
|
||||
bool "python-pycrypto"
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
select BR2_PACKAGE_GMP
|
||||
help
|
||||
PyCrypto is a collection of cryptographic algorithms and
|
||||
protocols, implemented for use from Python.
|
||||
|
||||
http://www.pycrypto.org/
|
||||
Reference in New Issue
Block a user