X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/55aafbb07904ca24390dd47ea960eae7cb2b909a..400210f8c9d8b111a3efdaa76c8be579ea5666cb:/services/fuse/fpm-info.sh diff --git a/services/fuse/fpm-info.sh b/services/fuse/fpm-info.sh index 6cf69fb782..fd94ef7afa 100644 --- a/services/fuse/fpm-info.sh +++ b/services/fuse/fpm-info.sh @@ -3,3 +3,12 @@ # SPDX-License-Identifier: AGPL-3.0 fpm_depends+=(fuse) + +case "$TARGET" in + centos*) + fpm_depends+=(fuse-libs) + ;; + debian* | ubuntu*) + fpm_depends+=(libcurl3-gnutls libpython2.7) + ;; +esac