]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-debianish-build
cirrus: update freebsd python, debian to bullseye, macos to monterey
[bup.git] / dev / prep-for-debianish-build
index 56ab0dbd3b2f4ae0bce46263d6ab88b01068bc1a..ef478ffb1e4f96b42c330f0f1552acae7c50e549 100755 (executable)
@@ -11,7 +11,7 @@ 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 dosfstools kmod"
+common_debs="$common_debs duplicity rdiff-backup dosfstools kmod"
 common_debs="$common_debs pkg-config libreadline-dev libacl1-dev"
 
 pyver="${1:-python3}"