From: Thomas Petazzoni Date: Tue, 18 Feb 2014 20:40:12 +0000 (+0100) Subject: python-pycrypto: allow to build with Python 3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=255d51f76c82110226bfd61315e3b890ca8d9f4d;p=buildroot.git python-pycrypto: allow to build with Python 3 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/python-pycrypto/Config.in b/package/python-pycrypto/Config.in index 60a3446831..fe545b5f6a 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