From 244a4d6fefd25b178181ab77f070a44c29b2db7d Mon Sep 17 00:00:00 2001 From: Hong Liu Date: Wed, 5 Dec 2018 09:24:46 +0800 Subject: python-cryptography:upgrade to 2.4 Upgrade python-cryptography from 2.3 to 2.4 Signed-off-by: Hong Liu Signed-off-by: Khem Raj --- .../python/python-cryptography_2.3.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.3.bb (limited to 'meta-python/recipes-devtools/python/python-cryptography_2.3.bb') diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.3.bb b/meta-python/recipes-devtools/python/python-cryptography_2.3.bb deleted file mode 100644 index 9c2f88418d..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.3.bb +++ /dev/null @@ -1,22 +0,0 @@ -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