diff options
author | Derek Straka <derek@asterius.io> | 2016-11-30 14:13:55 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-09 12:02:17 +0100 |
commit | 6a8d57c0b7e243a22730f637295d620d08b975e0 (patch) | |
tree | 2d3e3ecb9deedcc4e9fe1ea6e7198c8cf1793bb5 /meta-python/recipes-devtools/python/python-cryptography.inc | |
parent | 4bb23bc4c444c79052ca6e79e5799d4c5db1e6da (diff) | |
download | meta-openembedded-6a8d57c0b7e243a22730f637295d620d08b975e0.tar.gz |
python-cryptography: update to version 1.6
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography.inc | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index d4767b1d9..50483bdfd 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Provides cryptographic recipes and primitives to python developers" | 1 | SUMMARY = "Provides cryptographic recipes and primitives to python developers" |
2 | LICENSE = "Apache-2.0 | BSD" | 2 | LICENSE = "Apache-2.0 | BSD" |
3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1f375ab4f6b9a7c9eec25377c52d3aa1" |
4 | 4 | ||
5 | DEPENDS += " \ | 5 | DEPENDS += " \ |
6 | ${PYTHON_PN}-cffi \ | 6 | ${PYTHON_PN}-cffi \ |
@@ -9,18 +9,27 @@ DEPENDS += " \ | |||
9 | ${PYTHON_PN}-six \ | 9 | ${PYTHON_PN}-six \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI[md5sum] = "a9763e3831cc7cdb402c028fac1ceb39" | 12 | SRC_URI[md5sum] = "33ed393be75f04cd889a02a11acbab39" |
13 | SRC_URI[sha256sum] = "bb149540ed90c4b2171bf694fe6991d6331bc149ae623c8ff419324f4222d128" | 13 | SRC_URI[sha256sum] = "4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f" |
14 | 14 | ||
15 | RDEPENDS_${PN} += " \ | 15 | RDEPENDS_${PN} += " \ |
16 | ${PYTHON_PN}-cffi \ | 16 | ${PYTHON_PN}-cffi \ |
17 | ${PYTHON_PN}-idna \ | 17 | ${PYTHON_PN}-idna \ |
18 | ${PYTHON_PN}-numbers \ | ||
19 | ${PYTHON_PN}-pyasn1 \ | 18 | ${PYTHON_PN}-pyasn1 \ |
20 | ${PYTHON_PN}-pycparser \ | 19 | ${PYTHON_PN}-pycparser \ |
21 | ${PYTHON_PN}-setuptools \ | 20 | ${PYTHON_PN}-setuptools \ |
22 | ${PYTHON_PN}-six \ | 21 | ${PYTHON_PN}-six \ |
22 | " | ||
23 | |||
24 | RDEPENDS_${PN}_class-target += " \ | ||
25 | ${PYTHON_PN}-cffi \ | ||
26 | ${PYTHON_PN}-idna \ | ||
27 | ${PYTHON_PN}-numbers \ | ||
28 | ${PYTHON_PN}-pyasn1 \ | ||
29 | ${PYTHON_PN}-pycparser \ | ||
23 | ${PYTHON_PN}-subprocess \ | 30 | ${PYTHON_PN}-subprocess \ |
31 | ${PYTHON_PN}-setuptools \ | ||
32 | ${PYTHON_PN}-six \ | ||
24 | ${PYTHON_PN}-threading \ | 33 | ${PYTHON_PN}-threading \ |
25 | " | 34 | " |
26 | 35 | ||