summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cryptography.inc
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-11-30 14:13:55 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2016-12-09 12:02:17 +0100
commit6a8d57c0b7e243a22730f637295d620d08b975e0 (patch)
tree2d3e3ecb9deedcc4e9fe1ea6e7198c8cf1793bb5 /meta-python/recipes-devtools/python/python-cryptography.inc
parent4bb23bc4c444c79052ca6e79e5799d4c5db1e6da (diff)
downloadmeta-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.inc17
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 @@
1SUMMARY = "Provides cryptographic recipes and primitives to python developers" 1SUMMARY = "Provides cryptographic recipes and primitives to python developers"
2LICENSE = "Apache-2.0 | BSD" 2LICENSE = "Apache-2.0 | BSD"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=8c3617db4fb6fae01f1d253ab91511e4" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=1f375ab4f6b9a7c9eec25377c52d3aa1"
4 4
5DEPENDS += " \ 5DEPENDS += " \
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
12SRC_URI[md5sum] = "a9763e3831cc7cdb402c028fac1ceb39" 12SRC_URI[md5sum] = "33ed393be75f04cd889a02a11acbab39"
13SRC_URI[sha256sum] = "bb149540ed90c4b2171bf694fe6991d6331bc149ae623c8ff419324f4222d128" 13SRC_URI[sha256sum] = "4d0d86d2c8d3fc89133c3fa0d164a688a458b6663ab6fa965c80d6c2cdaf9b3f"
14 14
15RDEPENDS_${PN} += " \ 15RDEPENDS_${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
24RDEPENDS_${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