diff options
author | Derek Straka <derek@asterius.io> | 2016-11-30 14:14:48 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-09 12:02:17 +0100 |
commit | 39a71692eb686f6bf694969d2d068f55294846fa (patch) | |
tree | 36fcb7c8fc3e7c4f0990f06cc3fe6700c509a1d4 /meta-python | |
parent | 6a8d57c0b7e243a22730f637295d620d08b975e0 (diff) | |
download | meta-openembedded-39a71692eb686f6bf694969d2d068f55294846fa.tar.gz |
python-pyopenssl: update to version 16.2.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyopenssl.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb (renamed from meta-python/recipes-devtools/python/python-pyopenssl_16.1.0.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyopenssl_16.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-pyopenssl_16.1.0.bb) | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyopenssl.inc b/meta-python/recipes-devtools/python/python-pyopenssl.inc index 0ddad1269..5a2e8b810 100644 --- a/meta-python/recipes-devtools/python/python-pyopenssl.inc +++ b/meta-python/recipes-devtools/python/python-pyopenssl.inc | |||
@@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
4 | 4 | ||
5 | DEPENDS = "openssl ${PYTHON_PN}-cryptography" | 5 | DEPENDS = "openssl ${PYTHON_PN}-cryptography" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "d8100b0c333f0eeadaf05914da8792a6" | 7 | SRC_URI[md5sum] = "6635503758c65ea6f70d18d1b18e46d5" |
8 | SRC_URI[sha256sum] = "88f7ada2a71daf2c78a4f139b19d57551b4c8be01f53a1cb5c86c2f3bf01355f" | 8 | SRC_URI[sha256sum] = "7779a3bbb74e79db234af6a08775568c6769b5821faecf6e2f4143edb227516e" |
9 | 9 | ||
10 | PYPI_PACKAGE = "pyOpenSSL" | 10 | PYPI_PACKAGE = "pyOpenSSL" |
11 | 11 | ||
12 | PACKAGES =+ "${PN}-tests" | 12 | PACKAGES =+ "${PN}-tests" |
13 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" | 13 | FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" |
14 | 14 | ||
15 | RDEPENDS_${PN} = " \ | 15 | RDEPENDS_${PN}_class-target = " \ |
16 | ${PYTHON_PN}-cryptography \ | 16 | ${PYTHON_PN}-cryptography \ |
17 | ${PYTHON_PN}-six \ | 17 | ${PYTHON_PN}-six \ |
18 | ${PYTHON_PN}-threading \ | 18 | ${PYTHON_PN}-threading \ |
diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_16.1.0.bb b/meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb index d7177e2d1..d7177e2d1 100644 --- a/meta-python/recipes-devtools/python/python-pyopenssl_16.1.0.bb +++ b/meta-python/recipes-devtools/python/python-pyopenssl_16.2.0.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pyopenssl_16.1.0.bb b/meta-python/recipes-devtools/python/python3-pyopenssl_16.2.0.bb index 0f0f83e3a..0f0f83e3a 100644 --- a/meta-python/recipes-devtools/python/python3-pyopenssl_16.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyopenssl_16.2.0.bb | |||