Skip to content

Commit a447782

Browse files
bajnokkwferi
authored andcommitted
Makefile: setuptools should be installed in the venv
1 parent a53d577 commit a447782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ venv: $(VIRTUALENV)/bin/python3
6161
.PHONY: release
6262
release:
6363
make venv VIRTUALENV=$(RELEASE_TEST_VENV)
64-
$(RELEASE_TEST_VENV)/bin/pip3 install wheel
64+
$(RELEASE_TEST_VENV)/bin/pip3 install wheel setuptools
6565
$(RELEASE_TEST_VENV)/bin/python3 setup.py sdist bdist_wheel
6666
$(RELEASE_TEST_VENV)/bin/pip install dist/*.whl
6767
$(RELEASE_TEST_VENV)/bin/pip3 install -r requirements-dev.txt

0 commit comments

Comments
 (0)