Skip to content

Commit

Permalink
make install: install setuptools for pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jan 23, 2024
1 parent eae826e commit 6f667f7
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 @@ -127,7 +127,7 @@ build:
# (Re)install the tool
install: #build
# not stricttly necessary but a precaution against outdated python build tools, https://github.com/OCR-D/core/pull/1166
$(PIP) install -U pip wheel
$(PIP) install -U pip wheel setuptools
$(PIP_INSTALL) . $(PIP_INSTALL_CONFIG_OPTION)
@# workaround for shapely#1598
$(PIP) config set global.no-binary shapely
Expand Down

0 comments on commit 6f667f7

Please sign in to comment.