projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '16679-wb2-idle-timeout-config'. Refs #16679
[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
fpm_depends+=(nodejs)
6
7
case "$TARGET" in
8
debian9 | ubuntu1604)
9
fpm_depends+=(libcurl3-gnutls)
10
;;
11
debian* | ubuntu*)
12
fpm_depends+=(libcurl3-gnutls python3-distutils)
13
;;
14
esac
15
16
fpm_args+=(--conflicts=python-cwltool --conflicts=cwltool)