From 0f42f7a8525721f2c5f0b4673192b3c2db1a625b Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 12 Jun 2019 11:19:35 +0800 Subject: python-cryptography: upgrade 2.6.1 -> 2.7 -Upgrade from python-cryptography_2.6.1.bb to python-cryptography_2.7.bb. -Upgrade from python3-cryptography_2.6.1.bb to python3-cryptography_2.7.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../python/python-cryptography_2.7.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create 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 new file mode 100644 index 0000000000..9c2f88418d --- /dev/null +++ b/meta-python/recipes-devtools/python/python-cryptography_2.7.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