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:
Ryan Barnett
2013-12-11 21:27:08 +01:00
committed by Peter Korsgaard
parent fe6e7a4f13
commit f096d82eb2
3 changed files with 45 additions and 0 deletions

View 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/