]> arthur.barton.de Git - bup.git/blobdiff - dev/prep-for-debianish-build
test-help: restrict MANPATH; only test manpages when available
[bup.git] / dev / prep-for-debianish-build
index f441d5b6e23c6deeb166c7a2c0cc154890e18120..a0b7a3de5e7c4c3709c5944c94f58e9bd3b1e37d 100755 (executable)
@@ -12,7 +12,7 @@ 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 libreadline-dev libacl1-dev"
+common_debs="$common_debs pkg-config libreadline-dev libacl1-dev"
 
 pyver="${1:-python2}"
 xattr="${2:-pyxattr}"
@@ -29,7 +29,7 @@ case "$pyver" in
     python3)
         apt-get install -y \
                 $common_debs \
-                python3.7-dev python3-distutils python3-fuse \
+                python3-dev python3-distutils python3-fuse \
                 python3-"$xattr" python3-tornado
         ;;
     *)