]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-debianish-build
cmd/bup: adapt for python 3
[bup.git] / dev / prep-for-debianish-build
index d91a1a03ba169a7970ca6447d4fa43cdeb197be3..a6bc1259ee2da17c2768af813c1ac97647f3443e 100755 (executable)
@@ -11,11 +11,13 @@ export DEBIAN_FRONTEND=noninteractive
 apt-get update
 
 common_debs='gcc make linux-libc-dev git rsync eatmydata acl attr par2'
-common_debs="$common_debs duplicity rdiff-backup rsnapshot"
+common_debs="$common_debs duplicity rdiff-backup rsnapshot dosfstools kmod"
 
 pyver="${1:-python2}"
 xattr="${2:-pyxattr}"
 
+# dosfstools: for vfat for the (root) tests
+
 case "$pyver" in
     python2)
         apt-get install -y \