From e757295ce4ffd42d85feecd5a4cb1c7c22905cde Mon Sep 17 00:00:00 2001 From: Dariusz Duda Date: Mon, 23 Sep 2024 17:38:33 -0400 Subject: [PATCH] fix: correctly set PIP_NO_BINARY Signed-off-by: Dariusz Duda --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 70754e382e..119cbef6e7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -171,7 +171,7 @@ parts: build-environment: # Build PyNaCl from source since the wheel files interact # strangely with classic snaps. Well, build it all from source. - - "PIP_NO_BINARY": ":all" + - "PIP_NO_BINARY": ":all:" # Use base image's libsodium for PyNaCl. - "SODIUM_INSTALL": "system" - "CFLAGS": "$(pkg-config python-3.10 yaml-0.1 --cflags)"