aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-10 14:45:20 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-10 14:45:20 -0400
commit4a64c43ec5d50752811e38f1ff2b68c6be5c22ec (patch)
tree5f057697e2496058652c287193a35304d7bf85b0
parentd5d685b89403299adaaa914dcb8765dbaf258052 (diff)
downloadstasis-audit-wheel-args.tar.gz
Add missing --allow-pure-python-wheel argumentaudit-wheel-args
-rw-r--r--src/lib/delivery/delivery_build.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/delivery/delivery_build.c b/src/lib/delivery/delivery_build.c
index 1454d9a..0a86ec4 100644
--- a/src/lib/delivery/delivery_build.c
+++ b/src/lib/delivery/delivery_build.c
@@ -335,7 +335,7 @@ int delivery_build_wheels_manylinux(struct Delivery *ctx, const char *outdir) {
"git config --global --add safe.directory /build\n"
"python%s -m pip install auditwheel build\n"
"python%s -m build -w .\n"
- "auditwheel show dist/*.whl\n"
+ "auditwheel show --allow-pure-python-wheel dist/*.whl\n"
"auditwheel repair --allow-pure-python-wheel dist/*.whl\n";
char *script = NULL;
if (asprintf(&script, script_fmt,