Skip to content

Commit a737d5f

Browse files
committed
add setuptools to the zipapp. resolves pre-commit#2122
1 parent d91a4c4 commit a737d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/zipapp/make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def main() -> int:
7171
_msg('populating wheels...')
7272
_exit_if_retv(
7373
'podman', 'run', '--rm', '--volume', f'{wheeldir}:/wheels:rw', IMG,
74-
'pip', 'wheel', f'pre_commit=={args.version}',
74+
'pip', 'wheel', f'pre_commit=={args.version}', 'setuptools',
7575
'--wheel-dir', '/wheels',
7676
)
7777

0 commit comments

Comments
 (0)