diff options
Diffstat (limited to 'package/python-pycrypto/Config.in')
-rw-r--r-- | package/python-pycrypto/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/python-pycrypto/Config.in b/package/python-pycrypto/Config.in new file mode 100644 index 0000000000..60a3446831 --- /dev/null +++ b/package/python-pycrypto/Config.in @@ -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/ |