Skip to content

Commit

Permalink
work around core#351 (make install)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Nov 22, 2019
1 parent 4599ca5 commit a684373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ $(OCRD_OCROPY): ocrd_ocropy
ocrd: $(BIN)/ocrd
$(BIN)/ocrd: core
. $(ACTIVATE_VENV) && cd $< && make install PIP_INSTALL="$(PIP_INSTALL) --force-reinstall"
# workaround for core#351:
. $(ACTIVATE_VENV) && cd $< && make install PIP_INSTALL="$(PIP_INSTALL) --no-deps"

.PHONY: wheel
wheel: $(BIN)/wheel
Expand Down

0 comments on commit a684373

Please sign in to comment.