X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5a09ff5d42b0f8b71ca6775813e0844067363e12..400210f8c9d8b111a3efdaa76c8be579ea5666cb:/services/fuse/fpm-info.sh?ds=sidebyside diff --git a/services/fuse/fpm-info.sh b/services/fuse/fpm-info.sh index f789abe692..fd94ef7afa 100644 --- a/services/fuse/fpm-info.sh +++ b/services/fuse/fpm-info.sh @@ -9,6 +9,6 @@ case "$TARGET" in fpm_depends+=(fuse-libs) ;; debian* | ubuntu*) - fpm_depends+=(libcurl3-gnutls) + fpm_depends+=(libcurl3-gnutls libpython2.7) ;; esac