From: Peter Korsgaard <peter@korsgaard.com>
To: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>,
thomas.petazzoni@bootlin.com
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [git commit] package/ca-certificates: remove dependency on host-python-cryptography
Date: Thu, 27 Jan 2022 08:23:04 +0100 [thread overview]
Message-ID: <87v8y5d4mf.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20220108164622.89A0281DFE@busybox.osuosl.org> (Arnout Vandecappelle's message of "Sat, 8 Jan 2022 17:51:24 +0100")
>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:
Hi,
> commit: https://git.buildroot.net/buildroot/commit/?id=363dd649f31c7e7732f3cd509d43cebbb53e51ce
> branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 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>
[snip]
> +++ b/package/ca-certificates/ca-certificates.mk
> @@ -7,7 +7,7 @@
> CA_CERTIFICATES_VERSION = 20211016
> CA_CERTIFICATES_SOURCE = ca-certificates_$(CA_CERTIFICATES_VERSION).tar.xz
> CA_CERTIFICATES_SITE = https://snapshot.debian.org/archive/debian/20211022T144903Z/pool/main/c/ca-certificates
> -CA_CERTIFICATES_DEPENDENCIES = host-openssl host-python3 host-python-cryptography
> +CA_CERTIFICATES_DEPENDENCIES = host-openssl host-python3
Can we then change to BR2_PYTHON3_HOST_DEPENDENCY instead of
host-python3 now that no extra python modules are used?
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-01-27 7:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-08 16:51 [Buildroot] [git commit] package/ca-certificates: remove dependency on host-python-cryptography Arnout Vandecappelle
2022-01-27 7:23 ` Peter Korsgaard [this message]
2022-01-27 7:39 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v8y5d4mf.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=arnout@mind.be \
--cc=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox