python-cryptography: update to version 2.1.3

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Derek Straka
2017-11-12 13:02:31 -05:00
committed by Armin Kuster
parent 8880a95696
commit f83c6106b0
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,21 @@
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 \
"