gla11y: use version 0.3 which already defaults to using python3

This commit is contained in:
Samuel Thibault 2019-07-24 14:34:25 +02:00 committed by raveit65
parent 71ca9c1327
commit fb11796fa9
2 changed files with 2 additions and 4 deletions

View File

@ -266,7 +266,7 @@ before_scripts:
- fi
- make
- make install
- curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.2/gla11y
- curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.3/gla11y
- chmod +x /usr/bin/gla11y
build_scripts:

View File

@ -10,9 +10,7 @@ a11y_verbose_1 =
all-local: $(GLA11Y_OUTPUT)
$(GLA11Y_OUTPUT): $(ui_files)
$(a11y_verbose) if [[ $(GLA11Y) == *gla11y ]]; then \
python3 $(GLA11Y) -P $(srcdir)/ -f $(srcdir)/$(GLA11Y_FALSE) -s $(srcdir)/$(GLA11Y_SUPPR) -o $@ $(ui_files:%=$(srcdir)/%); \
fi
$(a11y_verbose) $(GLA11Y) -P $(srcdir)/ -f $(srcdir)/$(GLA11Y_FALSE) -s $(srcdir)/$(GLA11Y_SUPPR) -o $@ $(ui_files:%=$(srcdir)/%)
clean-local: clean-local-check
clean-local-check: