mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
add setuptools to the zipapp. resolves #2122
This commit is contained in:
parent
d91a4c47f3
commit
a737d5fe2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue