mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
python-m2crypto: bump to 0.23.0
[Peter: license is MIT, fix license file name / variable] Signed-off-by: Nitin Mendiratta <nitin.mendiratta@rockwellcollins.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
1c909b318c
commit
f606c9d4f8
@@ -4,12 +4,15 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_M2CRYPTO_VERSION = 0.22.5
|
||||
PYTHON_M2CRYPTO_VERSION = 0.23.0
|
||||
PYTHON_M2CRYPTO_SITE = http://pypi.python.org/packages/source/M/M2Crypto
|
||||
PYTHON_M2CRYPTO_SOURCE = M2Crypto-$(PYTHON_M2CRYPTO_VERSION).tar.gz
|
||||
PYTHON_M2CRYPTO_SETUP_TYPE = setuptools
|
||||
HOST_PYTHON_M2CRYPTO_DEPENDENCIES = host-openssl host-swig
|
||||
|
||||
PYTHON_M2CRYPTO_LICENSE = MIT
|
||||
PYTHON_M2CRYPTO_LICENSE_FILES = LICENCE
|
||||
|
||||
# We need to use python2 because m2crypto is not python3 compliant.
|
||||
HOST_PYTHON_M2CRYPTO_NEEDS_HOST_PYTHON = python2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user