Skip to content

Commit 51144af

Browse files
committed
old setuptools
1 parent 10beb50 commit 51144af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ before-all = "git clone https://github.com/Chia-Network/mpir_gc_x64.git"
4242
environment = {BUILD_VDF_CLIENT="N", SETUPTOOLS_USE_DISTUTILS="stdlib"}
4343
repair-wheel-command = """
4444
ls -l mpir_gc_x64 && pip uninstall -y delocate \
45+
&& pip install --upgrade 'setuptools<69' \
4546
&& pip install git+https://github.com/Chia-Network/delocate.git \
4647
&& delocate-wheel -v -i mpir_gc_x64/mpir.dll {wheel} \
4748
&& delocate-wheel -v -i mpir_gc_x64/mpir_gc.dll {wheel} \

0 commit comments

Comments
 (0)