meta-openembedded/meta-python/recipes-devtools/python/python-cryptography_2.7.bb
Zang Ruochen 0f42f7a852 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>
2019-06-15 16:45:33 -07:00

23 lines
374 B
BlitzBasic

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