diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-02-18 21:40:12 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-19 09:02:07 +0100 |
commit | 255d51f76c82110226bfd61315e3b890ca8d9f4d (patch) | |
tree | e46e950727ad1d49a3fa6adcd2a0b44b1fa8b50b /package/python-pycrypto | |
parent | 69adc069f0e1924d04233cde5db14b74bd8e00a0 (diff) |
python-pycrypto: allow to build with Python 3
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-pycrypto')
-rw-r--r-- | package/python-pycrypto/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/python-pycrypto/Config.in b/package/python-pycrypto/Config.in index 60a344683..fe545b5f6 100644 --- a/package/python-pycrypto/Config.in +++ b/package/python-pycrypto/Config.in @@ -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 |