diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-03-21 11:36:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-22 17:04:43 -0700 |
commit | 12cc756b2da7dd6594e2eb73d70d14872d046ecd (patch) | |
tree | 7d676a93d64d244e20157d927d4f8feb5d5be311 /meta-python/recipes-devtools/python/python3-cryptography_2.2.bb | |
parent | 6656d580c2cff33bc580f114f5e8ee8e07e3bd6f (diff) | |
download | meta-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/python3-cryptography_2.2.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-cryptography_2.2.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cryptography_2.2.bb b/meta-python/recipes-devtools/python/python3-cryptography_2.2.bb new file mode 100644 index 0000000000..195923343b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cryptography_2.2.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | inherit pypi setuptools3 | ||
2 | require python-cryptography.inc | ||
3 | |||
4 | LDSHARED += "-pthread" | ||
5 | |||
6 | SRC_URI += " \ | ||
7 | file://run-ptest \ | ||
8 | " | ||