]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-debianish-build
configure/cleanup: support python 3.10
[bup.git] / dev / prep-for-debianish-build
index d45ce303bb4b4e9c44c7d4486de7669a568f1b04..0ded700114b5e5a011719cf8997f17b9db812b5e 100755 (executable)
@@ -25,14 +25,14 @@ case "$pyver" in
                 $common_debs \
                 python2.7-dev python-fuse \
                 python-"$xattr" python-tornado python-pytest \
-                python-pytest-xdist
+                python-pytest-xdist pylint
         ;;
     python3)
         apt-get install -y \
                 $common_debs \
                 python3-dev python3-distutils python3-fuse \
                 python3-"$xattr" python3-tornado python3-pytest \
-                python3-pytest-xdist
+                python3-pytest-xdist pylint3
         ;;
     *)
         usage 1>&2