From 7b8b02275bbf92ed2eeb02578e4a15b7a81af81f Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Tue, 22 Oct 2019 09:52:10 +0800 Subject: python-cryptography: upgrade 2.7 -> 2.8 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../python/python-cryptography_2.7.bb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-cryptography_2.7.bb (limited to 'meta-python/recipes-devtools/python/python-cryptography_2.7.bb') diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.7.bb b/meta-python/recipes-devtools/python/python-cryptography_2.7.bb deleted file mode 100644 index 9c2f88418d..0000000000 --- a/meta-python/recipes-devtools/python/python-cryptography_2.7.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