From e53f9faccf1b17afb7da1e51916e73d8c8144f24 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Fri, 5 Apr 2019 22:08:21 +0000 Subject: python-cryptography: Bump from 2.4.1 to 2.6.1 Signed-off-by: Alistair Francis Signed-off-by: Khem Raj --- .../python/python-cryptography_2.6.1.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb (limited to 'meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb') diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb b/meta-python/recipes-devtools/python/python-cryptography_2.6.1.bb new file mode 100644 index 0000000000..9c2f88418d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.6.1.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