meta-openembedded/meta-python/recipes-devtools/python/python-cryptography_2.0.3.bb
Derek Straka b55f749c39 python-cryptography: update to version 2.0.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-08-13 13:21:04 +02:00

22 lines
344 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 \
"