Skip to content

Commit

Permalink
fix: correctly set PIP_NO_BINARY
Browse files Browse the repository at this point in the history
Signed-off-by: Dariusz Duda <[email protected]>
  • Loading branch information
dariuszd21 authored and mr-cal committed Oct 2, 2024
1 parent 1b5789f commit 5693b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 5693b96

Please sign in to comment.