projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
21846: applied select to context menu open
[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
debian* | ubuntu*)
9
fpm_depends+=(libcurl3-gnutls python3-distutils)
10
;;
11
esac
12
13
fpm_args+=(--conflicts=python-cwltool --conflicts=cwltool)