Merge branch '16578-copy-tutorial' refs #16578
[arvados.git] / services / dockercleaner / 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     debian9 | ubuntu1604)
7         fpm_depends+=()
8         ;;
9     debian* | ubuntu*)
10         fpm_depends+=(python3-distutils)
11         ;;
12 esac