Created attachment 248562 [details] drop dependency on blake2 Dependency on external blake2 implementation was dropped since 0.11.5: https://github.com/trezor/trezor-firmware/blob/main/python/CHANGELOG.md#changed-10 it is now using implementation from python's hashlib module. So just drop it from Makefile.
*** Bug 277133 has been marked as a duplicate of this bug. ***
LGTM, please commit.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2376f5dc1a11ee9ef35084bd0047ad06a7acd2ae commit 2376f5dc1a11ee9ef35084bd0047ad06a7acd2ae Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2024-02-18 17:08:06 +0000 Commit: Ruslan Makhmatkhanov <rm@FreeBSD.org> CommitDate: 2024-02-18 17:08:06 +0000 security/py-trezor: drop dependency on blake2 Dependency on external blake2 implementation was dropped since 0.11.5: https://github.com/trezor/trezor-firmware/blob/main/python/CHANGELOG.md#changed-10 it is now using implementation from python's hashlib module. So just drop it from Makefile. PR: 277132 Approved by: ehaupt (maintainer) security/py-trezor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Done, thank you!