Files
forgefirm/meta-forgefirm/recipes-devtools/python/python3-urllib3_%.bbappend
T
2026-09-18 12:14:22 -04:00

9 lines
432 B
Plaintext

# SPDX-License-Identifier: MIT
# urllib3's optional pyOpenSSL/cryptography backend is not used here: the cloud
# client and the machine glue talk TLS through the standard library's ssl
# module (nothing imports OpenSSL or cryptography). Dropping the two runtime
# recommendations takes cryptography, pyOpenSSL, cffi, pycparser and ply
# (about 6 MB) off the rootfs.
RDEPENDS:${PN}:remove = "python3-cryptography python3-pyopenssl"