Description: pylint3 is now called pylint
 Invoke unversioned 'pylint', not the obsoleted 'pylint3'.
Author: Steve Langasek <steve.langasek@ubuntu.com>
Last-Update: 2019-09-25

Index: vmdb2-0.13.2+git20190215/check
===================================================================
--- vmdb2-0.13.2+git20190215.orig/check
+++ vmdb2-0.13.2+git20190215/check
@@ -3,7 +3,7 @@
 set -eu
 
 python3 -m CoverageTestRunner --ignore-missing-from=without-tests yarns vmdb
-pylint3 --rcfile pylint.conf vmdb
+pylint --rcfile pylint.conf vmdb
 yarn \
     --shell=python2 \
     --shell-arg '' \
