Skip to content

Commit

Permalink
Drop pip install wheel from VENV_CREATE
Browse files Browse the repository at this point in the history
Doesn't seem to be needed any more… not that I remember why it ever was
:-(
  • Loading branch information
liskin committed Feb 5, 2023
1 parent 46c9717 commit a595b3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ check-wheel: dist

define VENV_CREATE
$(PYTHON) -m venv $(VENV)
$(VENV_PYTHON) -m pip install wheel
endef

define VENV_CREATE_SYSTEM_SITE_PACKAGES
Expand Down

0 comments on commit a595b3e

Please sign in to comment.