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 <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Zang Ruochen
2019-06-12 11:19:35 +08:00
committed by Khem Raj
parent f9393a02fd
commit 0f42f7a852
3 changed files with 2 additions and 2 deletions

View File

@@ -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 \
"