From 9904c76732e285aeccddb6ab601f834aceb0dcac Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Dec 15 2020 09:45:29 +0000 Subject: lgtm: use python3 (cherry picked from commit fc1c09e1dfd2073fb49c4e7bb87102c88a551876) patch_name: 0093-lgtm-use-python3.patch present_in_specfile: true location_in_specfile: 93 squash_commits: true --- diff --git a/.lgtm.yml b/.lgtm.yml index 37f9c43..5948d8c 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -8,3 +8,6 @@ extraction: after_prepare: - pip3 install meson - export PATH="$HOME/.local/bin/:$PATH" + python: + python_setup: + version: 3