From 6a8d57c0b7e243a22730f637295d620d08b975e0 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 30 Nov 2016 14:13:55 -0500 Subject: python-cryptography: update to version 1.6 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../python/python-cryptography_1.6.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-cryptography_1.6.bb (limited to 'meta-python/recipes-devtools/python/python-cryptography_1.6.bb') diff --git a/meta-python/recipes-devtools/python/python-cryptography_1.6.bb b/meta-python/recipes-devtools/python/python-cryptography_1.6.bb new file mode 100644 index 0000000000..f5b1e0b3b5 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_1.6.bb @@ -0,0 +1,21 @@ +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 \ +" -- cgit v1.2.3-54-g00ecf