mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
add setuptools to the zipapp. resolves #2122
This commit is contained in:
@@ -71,7 +71,7 @@ def main() -> int:
|
||||
_msg('populating wheels...')
|
||||
_exit_if_retv(
|
||||
'podman', 'run', '--rm', '--volume', f'{wheeldir}:/wheels:rw', IMG,
|
||||
'pip', 'wheel', f'pre_commit=={args.version}',
|
||||
'pip', 'wheel', f'pre_commit=={args.version}', 'setuptools',
|
||||
'--wheel-dir', '/wheels',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user