diff options
author | Ross Burton <ross.burton@intel.com> | 2018-10-08 14:28:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-09 19:04:02 +0100 |
commit | 58641400ce51176ea18e09428038c4e8a8ec2cd5 (patch) | |
tree | e49bc399e0174c5a2baaa9c26a4f7a6daa7c0acf /meta/recipes-devtools | |
parent | d89034988ebf77a41b4f46f4b53f1ce753203f01 (diff) | |
download | poky-58641400ce51176ea18e09428038c4e8a8ec2cd5.tar.gz |
python3: add ca-certificates to python3-crypt RRECOMMENDS
It's likely that the certificate root chain is needed if python3-crypt is
installed, so recommend it.
Also remove the redundant nativesdk-python3-crypt assignment, as the general
form is sufficient when class-extended.
(From OE-Core rev: dd644ee9991e953474d41dbbf713a7e33b4c9141)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.6.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.6.bb b/meta/recipes-devtools/python/python3_3.5.6.bb index 6085e36b7d..e179658134 100644 --- a/meta/recipes-devtools/python/python3_3.5.6.bb +++ b/meta/recipes-devtools/python/python3_3.5.6.bb | |||
@@ -217,8 +217,7 @@ py_package_preprocess () { | |||
217 | # manual dependency additions | 217 | # manual dependency additions |
218 | RPROVIDES_${PN}-modules = "${PN}" | 218 | RPROVIDES_${PN}-modules = "${PN}" |
219 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" | 219 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" |
220 | RRECOMMENDS_${PN}-crypt = "openssl" | 220 | RRECOMMENDS_${PN}-crypt = "openssl ca-certificates" |
221 | RRECOMMENDS_${PN}-crypt_class-nativesdk = "nativesdk-openssl" | ||
222 | 221 | ||
223 | FILES_${PN}-2to3 += "${bindir}/2to3-${PYTHON_MAJMIN}" | 222 | FILES_${PN}-2to3 += "${bindir}/2to3-${PYTHON_MAJMIN}" |
224 | FILES_${PN}-pydoc += "${bindir}/pydoc${PYTHON_MAJMIN} ${bindir}/pydoc3" | 223 | FILES_${PN}-pydoc += "${bindir}/pydoc${PYTHON_MAJMIN} ${bindir}/pydoc3" |