diff options
author | Derek Straka <derek@asterius.io> | 2018-06-29 16:45:44 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-29 15:53:09 -0700 |
commit | 3ee1d8b9ab0cd4ff8419a7daff997e356a2cd981 (patch) | |
tree | 41ed27f54f5773524c22730d76e2b971672a089f /meta-python/recipes-devtools/python/python-cryptography.inc | |
parent | bc30a935763dc7e6304570758c363306841bc5a5 (diff) | |
download | meta-openembedded-3ee1d8b9ab0cd4ff8419a7daff997e356a2cd981.tar.gz |
python-cryptography: update to version 2.2.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-cryptography.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-cryptography.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-cryptography.inc b/meta-python/recipes-devtools/python/python-cryptography.inc index cdc8185c92..64192f8fb8 100644 --- a/meta-python/recipes-devtools/python/python-cryptography.inc +++ b/meta-python/recipes-devtools/python/python-cryptography.inc | |||
@@ -10,8 +10,8 @@ DEPENDS += " \ | |||
10 | ${PYTHON_PN}-six \ | 10 | ${PYTHON_PN}-six \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "c49c1ee145a900313a216fa2c788208c" | 13 | SRC_URI[md5sum] = "17c4ed4b4d0f25adbc576d89071dc92e" |
14 | SRC_URI[sha256sum] = "f5a0279e362c37e2150a32fe35ec20226e9237b6c9927fce8d53ef8e49e64f48" | 14 | SRC_URI[sha256sum] = "9fc295bf69130a342e7a19a39d7bbeb15c0bcaabc7382ec33ef3b2b7d18d2f63" |
15 | 15 | ||
16 | RDEPENDS_${PN} += " \ | 16 | RDEPENDS_${PN} += " \ |
17 | ${PYTHON_PN}-cffi \ | 17 | ${PYTHON_PN}-cffi \ |