mirror of https://github.com/pyodide/pyodide.git
Pin setuptools version (#3278)
This commit is contained in:
parent
6416122130
commit
923aea8221
|
@ -76,6 +76,7 @@ def install_reqs(env: IsolatedEnv, reqs: set[str]) -> None:
|
|||
[
|
||||
"cython",
|
||||
"pythran",
|
||||
"setuptools<65.6.0", # https://github.com/pypa/setuptools/issues/3693
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue