Skip to content

Commit

Permalink
Attempt to resolve setuptools-rust dependency explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeohist committed Jan 9, 2023
1 parent 5b4b947 commit 2848cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build: create_build_dirs fixup vendor write_version write_commit

.PHONY: install_piptools
install_piptools:
pip3 install --upgrade pip==${PIP_VERSION} setuptools wheel
pip3 install --upgrade pip==${PIP_VERSION} setuptools setuptools-rust wheel
pip3 install pip-tools==$(PIP_TOOLS_VERSION)

.PHONY: install_requirements
Expand Down

0 comments on commit 2848cc9

Please sign in to comment.