Skip to content

Commit 45c73bc

Browse files
authored
Update Makefile
1 parent dac4f88 commit 45c73bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $(PYTEST):
4848
$(PY65EMU): $(PIP3)
4949
@echo "Building py65emu"
5050
# $(PIP3) install setuptools
51-
$(PIP3) install "setuptools==76.0.0 --hash=sha256:1e489ad2169ac53dd0109eab1c14b85c090feae5b3f14772194c4e9df1208a56"
51+
$(PIP3) install setuptools==76.0.0
5252
cd py65emu/ ; ../$(VENV)/bin/python setup.py install
5353

5454
$(PIP3):

0 commit comments

Comments
 (0)