From c46917a169f5bdd44b93837bd3856584a42353e0 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Tue, 7 Jan 2025 11:05:50 +0100 Subject: [PATCH] Python: Remove auditwheel Since switching to maturin in 959e3b44bcb3c41a4ac4f283fdf902bed4a80fdb the auditwheel package is not used anymore (maturin contains a reimplementation of its functionality that's enabled by default) --- glean-core/python/requirements_dev.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/glean-core/python/requirements_dev.txt b/glean-core/python/requirements_dev.txt index 8952aafb0d..b8ef6fa1f0 100644 --- a/glean-core/python/requirements_dev.txt +++ b/glean-core/python/requirements_dev.txt @@ -1,4 +1,3 @@ -auditwheel==6.0.0 coverage[toml]==7.2.2 jsonschema==3.2.0 mypy==1.4.1