mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python3-pynacl: Fix reproduciblity
glob output isn't guaranteed to be in any particular order, so _sodium.*.so wasn't always reproducible. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Yoann Congal <yoann.congal@smile.fr> Cc: Hongxu Jia <hongxu.jia@windriver.com>
This commit is contained in:
@@ -4,6 +4,7 @@ HOMEPAGE = "https://github.com/pyca/pynacl"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f"
|
||||
|
||||
SRC_URI += "file://0001-Build-bindings-reproducibly.patch"
|
||||
SRC_URI[sha256sum] = "8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba"
|
||||
|
||||
PYPI_PACKAGE = "PyNaCl"
|
||||
|
||||
Reference in New Issue
Block a user