Merge branch 'patch-1' of https://github.com/mr-c/arvados into mr-c-patch-1
[arvados.git] / sdk / cwl / fpm-info.sh
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 case "$TARGET" in
6     debian8)
7         fpm_depends+=(libgnutls-deb0-28 libcurl3-gnutls)
8         ;;
9     debian9 | ubuntu1604)
10         fpm_depends+=(libcurl3-gnutls)
11         ;;
12     debian* | ubuntu*)
13         fpm_depends+=(libcurl3-gnutls python3-distutils)
14         ;;
15 esac
16
17 fpm_args+=(--conflicts=python-cwltool --conflicts=cwltool)