We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67288ea commit dac4f88Copy full SHA for dac4f88
test/Makefile
@@ -48,6 +48,7 @@ $(PYTEST):
48
$(PY65EMU): $(PIP3)
49
@echo "Building py65emu"
50
# $(PIP3) install setuptools
51
+ $(PIP3) install "setuptools==76.0.0 --hash=sha256:1e489ad2169ac53dd0109eab1c14b85c090feae5b3f14772194c4e9df1208a56"
52
cd py65emu/ ; ../$(VENV)/bin/python setup.py install
53
54
$(PIP3):
0 commit comments