From 12cc756b2da7dd6594e2eb73d70d14872d046ecd Mon Sep 17 00:00:00 2001 From: Huang Qiyu Date: Wed, 21 Mar 2018 11:36:11 +0800 Subject: python-cryptography: 2.1.4 -> 2.2 Upgrade python-cryptography from 2.1.4 to 2.2. here is the change in LICENSE file thats resulting in checksums changes -from the same in CPython itself, and is licensed under the terms of the PSF -License Agreement. +from CPython, and is licensed under the terms of the PSF License Agreement. Signed-off-by: Huang Qiyu Signed-off-by: Khem Raj --- .../python/python-cryptography_2.2.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.2.bb (limited to 'meta-python/recipes-devtools/python/python-cryptography_2.2.bb') diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.2.bb b/meta-python/recipes-devtools/python/python-cryptography_2.2.bb new file mode 100644 index 0000000000..9c2f88418d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.2.bb @@ -0,0 +1,22 @@ +inherit pypi setuptools +require python-cryptography.inc + +SRC_URI += " \ + file://run-ptest \ +" + +DEPENDS += " \ + ${PYTHON_PN}-enum34 \ +" + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-enum34 \ + ${PYTHON_PN}-ipaddress \ +" + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-enum34 \ + ${PYTHON_PN}-ipaddress \ + ${PYTHON_PN}-contextlib \ + ${PYTHON_PN}-subprocess \ +" -- cgit v1.2.3-54-g00ecf