diff options
author | Samuel Thibault <[email protected]> | 2019-07-08 12:31:29 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-08 14:03:42 +0200 |
commit | 816ed2e652a0c178b7768976c55c712aeb07efa1 (patch) | |
tree | e707ff46d0645528b0ce51fc2f3c90f1f29510e0 | |
parent | b931a8f99fc07cf860819507e18546bb9583a2f1 (diff) | |
download | mate-control-center-816ed2e652a0c178b7768976c55c712aeb07efa1.tar.bz2 mate-control-center-816ed2e652a0c178b7768976c55c712aeb07efa1.tar.xz |
Use python3 for gla11y
-rw-r--r-- | .travis.yml | 6 | ||||
-rw-r--r-- | gla11y.mk | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index eba49123..4566319a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,7 +119,7 @@ requires: - make - mate-common - mate-settings-daemon-dev - - python-lxml + - python3-lxml - shared-mime-info - xsltproc - yelp-tools @@ -149,7 +149,7 @@ requires: - make - marco-devel - polkit-devel - - python-lxml + - python3-lxml - mate-common - mate-settings-daemon-devel - redhat-rpm-config @@ -192,7 +192,7 @@ requires: - make - mate-common - mate-settings-daemon-dev - - python-lxml + - python3-lxml - shared-mime-info - xsltproc - yelp-tools @@ -10,7 +10,7 @@ a11y_verbose_1 = all-local: $(GLA11Y_OUTPUT) $(GLA11Y_OUTPUT): $(ui_files) - $(a11y_verbose) $(GLA11Y) -P $(srcdir)/ -f $(srcdir)/$(GLA11Y_FALSE) -s $(srcdir)/$(GLA11Y_SUPPR) -o $@ $(ui_files:%=$(srcdir)/%) + $(a11y_verbose) python3 $(GLA11Y) -P $(srcdir)/ -f $(srcdir)/$(GLA11Y_FALSE) -s $(srcdir)/$(GLA11Y_SUPPR) -o $@ $(ui_files:%=$(srcdir)/%) clean-local: clean-local-check clean-local-check: |