There was an error while loading. Please reload this page.
1 parent d91a4c4 commit a737d5fCopy full SHA for a737d5f
1 file changed
testing/zipapp/make
@@ -71,7 +71,7 @@ def main() -> int:
71
_msg('populating wheels...')
72
_exit_if_retv(
73
'podman', 'run', '--rm', '--volume', f'{wheeldir}:/wheels:rw', IMG,
74
- 'pip', 'wheel', f'pre_commit=={args.version}',
+ 'pip', 'wheel', f'pre_commit=={args.version}', 'setuptools',
75
'--wheel-dir', '/wheels',
76
)
77
0 commit comments