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