]> Git Repo - buildroot-mgba.git/commitdiff
python-pycrypto: allow to build with Python 3
authorThomas Petazzoni <[email protected]>
Tue, 18 Feb 2014 20:40:12 +0000 (21:40 +0100)
committerPeter Korsgaard <[email protected]>
Wed, 19 Feb 2014 08:02:07 +0000 (09:02 +0100)
Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
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
This page took 0.036554 seconds and 4 git commands to generate.