python-pycrypto: allow to build with Python 3
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Feb 2014 20:40:12 +0000 (21:40 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 19 Feb 2014 08:02:07 +0000 (09:02 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-pycrypto/Config.in

index 60a344683166ecb9b93b383061b8843b5e37c4ad..fe545b5f6a1eedb9309e0e1e34d5a5fdc75e9b37 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PYTHON_PYCRYPTO
        bool "python-pycrypto"
-       depends on BR2_PACKAGE_PYTHON
+       depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
        select BR2_PACKAGE_GMP
        help
          PyCrypto is a collection of cryptographic algorithms and