15964: Remove qr1hi from a few more places. Delete unused includes.
[arvados.git] / sdk / pam / fpm-info.sh
index 35f3d5ad6b6a6a67ea3c7d3b5b58d355a0f45f79..6c323f5a453086615051b78a5744e071d127f8fc 100644 (file)
@@ -1,6 +1,13 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 case "$TARGET" in
     debian* | ubuntu*)
-        fpm_depends+=('libpam-python')
+        fpm_depends+=('libpam-python' 'libcurl3-gnutls')
+        ;;
+    centos*)
+        fpm_depends+=('python-pam')
         ;;
     *)
         echo >&2 "ERROR: $PACKAGE: pam_python.so dependency unavailable in $TARGET."