X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1f0466a3493bd4a04d4164925c0255c28ad0f937..252a5f7f290567f7cbcc9897a879c0a7ebe64e90:/backports/python-llfuse/fpm-info.sh diff --git a/backports/python-llfuse/fpm-info.sh b/backports/python-llfuse/fpm-info.sh index ecde128c5c..a7d9398701 100644 --- a/backports/python-llfuse/fpm-info.sh +++ b/backports/python-llfuse/fpm-info.sh @@ -1,10 +1,13 @@ case "$TARGET" in centos*) build_depends+=('fuse-devel') - fpm_depends+=('fuse') + fpm_depends+=(glibc fuse-libs) ;; debian* | ubuntu*) build_depends+=('libfuse-dev') - fpm_depends+=('fuse') + fpm_depends+=(libc6 libfuse2) ;; esac + +# FIXME: Remove this line after #6885 is done. +fpm_args+=(--iteration 2)