summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-cryptography_2.2.bb
diff options
context:
space:
mode:
authorHuang Qiyu <huangqy.fnst@cn.fujitsu.com>2018-03-21 11:36:11 +0800
committerKhem Raj <raj.khem@gmail.com>2018-06-22 17:04:43 -0700
commit12cc756b2da7dd6594e2eb73d70d14872d046ecd (patch)
tree7d676a93d64d244e20157d927d4f8feb5d5be311 /meta-python/recipes-devtools/python/python-cryptography_2.2.bb
parent6656d580c2cff33bc580f114f5e8ee8e07e3bd6f (diff)
downloadmeta-openembedded-12cc756b2da7dd6594e2eb73d70d14872d046ecd.tar.gz
python-cryptography: 2.1.4 -> 2.2
Upgrade python-cryptography from 2.1.4 to 2.2. here is the change in LICENSE file thats resulting in checksums changes -from the same in CPython itself, and is licensed under the terms of the PSF -License Agreement. +from CPython, and is licensed under the terms of the PSF License Agreement. Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography_2.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-cryptography_2.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography_2.2.bb b/meta-python/recipes-devtools/python/python-cryptography_2.2.bb
new file mode 100644
index 0000000000..9c2f88418d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-cryptography_2.2.bb
@@ -0,0 +1,22 @@
1inherit pypi setuptools
2require python-cryptography.inc
3
4SRC_URI += " \
5 file://run-ptest \
6"
7
8DEPENDS += " \
9 ${PYTHON_PN}-enum34 \
10"
11
12RDEPENDS_${PN} += " \
13 ${PYTHON_PN}-enum34 \
14 ${PYTHON_PN}-ipaddress \
15"
16
17RDEPENDS_${PN}_class-target += " \
18 ${PYTHON_PN}-enum34 \
19 ${PYTHON_PN}-ipaddress \
20 ${PYTHON_PN}-contextlib \
21 ${PYTHON_PN}-subprocess \
22"