Blame SOURCES/0093-lgtm-use-python3.patch

a3e2b5
From dbb6c3db4a9e38dd13525b073b2de1b5eac0ef7d Mon Sep 17 00:00:00 2001
a3e2b5
From: Yu Watanabe <watanabe.yu+github@gmail.com>
a3e2b5
Date: Sat, 8 Dec 2018 20:51:56 +0900
a3e2b5
Subject: [PATCH] lgtm: use python3
a3e2b5
a3e2b5
(cherry picked from commit fc1c09e1dfd2073fb49c4e7bb87102c88a551876)
a3e2b5
---
a3e2b5
 .lgtm.yml | 3 +++
a3e2b5
 1 file changed, 3 insertions(+)
a3e2b5
a3e2b5
diff --git a/.lgtm.yml b/.lgtm.yml
a3e2b5
index 37f9c4335c..5948d8c2bc 100644
a3e2b5
--- a/.lgtm.yml
a3e2b5
+++ b/.lgtm.yml
a3e2b5
@@ -8,3 +8,6 @@ extraction:
a3e2b5
     after_prepare:
a3e2b5
       - pip3 install meson
a3e2b5
       - export PATH="$HOME/.local/bin/:$PATH"
a3e2b5
+  python:
a3e2b5
+    python_setup:
a3e2b5
+      version: 3