kumquat-buildroot/package/ca-certificates
Thomas Petazzoni 363dd649f3 package/ca-certificates: remove dependency on host-python-cryptography
The host-python-cryptography module is only used by ca-certificates
for a check of the expiration date of certificates, which is only a
warning not even causing the build to abort, i.e something that
Buildroot users are most likely never going to see.

Since the host-python-cryptography dependency would soon require a
dependency on rust, it's a lot simpler to just patch the
certdata2pem.py script to no longer require cryptography, but only
make use of it if available.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2022-01-08 17:51:24 +01:00
..
0001-mozilla-certdata2pem.py-make-cryptography-module-opt.patch package/ca-certificates: remove dependency on host-python-cryptography 2022-01-08 17:51:24 +01:00
ca-certificates.hash
ca-certificates.mk package/ca-certificates: remove dependency on host-python-cryptography 2022-01-08 17:51:24 +01:00
Config.in