18870: Need to declare NODES as array
[arvados.git] / sdk / python / fpm-info.sh
index 5911d2ec393d3270288188eea5c125ba5764f14f..7a89cf03a0935c109bb7dbfa4af7d27968dcc84f 100644 (file)
@@ -1,8 +1,9 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 case "$TARGET" in
     debian* | ubuntu*)
-        fpm_depends+=('libcurl4-gnutls-dev' 'libyaml-dev')
-        ;;
-    centos*)
-        fpm_depends+=('libcurl' 'libyaml')
+        fpm_depends+=(libcurl3-gnutls)
         ;;
 esac