Skip to content

Commit

Permalink
Do not force-reinstall for CherryPy
Browse files Browse the repository at this point in the history
since it trigger autocommand bug
  • Loading branch information
oaubert committed Aug 27, 2024
1 parent 0d05bf9 commit 4e4d285
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,12 @@ function install_deps {
PIP_REQUIREMENTS="\
rdflib
requests
CherryPy
"

# Try to install autocommand's wheel because it has a bug that prevents source building:
# https://github.com/Lucretiel/autocommand/issues/28
# https://github.com/Lucretiel/autocommand/issues/32
build_pip install --only-binary ":all:" autocommand
build_pip install --only-binary ":all:" autocommand CherryPy

# shellcheck disable=SC2046
build_pip install --no-binary ":all:" \
Expand Down

0 comments on commit 4e4d285

Please sign in to comment.