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:
Nitin Mendiratta
2016-03-28 16:15:16 +05:30
committed by Peter Korsgaard
parent 1c909b318c
commit f606c9d4f8
3 changed files with 6 additions and 39 deletions

View File

@@ -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