Skip to content

Commit 69e0288

Browse files
committed
Fix release auditwheel install on Python 3.13
1 parent 76df1b0 commit 69e0288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spelling-system-install:
7878
python3 -c "import ctypes.util, sys; sys.exit(0 if ctypes.util.find_library('enchant-2') or ctypes.util.find_library('enchant') else 1)")
7979

8080
auditwheel-install:
81-
$(call check_install_extra, auditwheel, auditwheel typed-ast patchelf)
81+
$(call check_install_extra, auditwheel, auditwheel patchelf)
8282

8383
# python linter
8484

0 commit comments

Comments
 (0)