python-cryptography: bump to version 1.2.3

Is now compatible with openssl 1.0.2g+ hence fixes:
http://autobuild.buildroot.net/results/5fc/5fc28bafa3cd7171ce6343d21f65af090536f443/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias
2016-03-03 09:31:22 -03:00
committed by Peter Korsgaard
parent 039c5dcfac
commit 89ffdd42e2
2 changed files with 5 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
PYTHON_CRYPTOGRAPHY_VERSION = 1.2.2
PYTHON_CRYPTOGRAPHY_VERSION = 1.2.3
PYTHON_CRYPTOGRAPHY_SOURCE = cryptography-$(PYTHON_CRYPTOGRAPHY_VERSION).tar.gz
PYTHON_CRYPTOGRAPHY_SITE = https://pypi.python.org/packages/source/c/cryptography
PYTHON_CRYPTOGRAPHY_SETUP_TYPE = setuptools