Skip to content

Commit

Permalink
Add gettext to makefile dependencies
Browse files Browse the repository at this point in the history
Without it, the step `compilemessages` fails.
  • Loading branch information
JeanFred committed Apr 14, 2020
1 parent 4efb585 commit 93131ae
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 @@ -36,7 +36,7 @@ clean:
git clean -fX

install-deps:
$(APT) install libpq-dev libjpeg-dev zlib1g-dev libwebp-dev \
$(APT) install libpq-dev libjpeg-dev zlib1g-dev libwebp-dev gettext \
build-essential python3-dev virtualenv libffi-dev redis postgresql

docker-build:
Expand Down

0 comments on commit 93131ae

Please sign in to comment.