c9665be0967d205d16e28f453df94bb22cb4f223
[arvados.git] / backports / python-ciso8601 / fpm-info.sh
1 case "$TARGET" in
2     centos*)
3         fpm_depends+=(glibc)
4         ;;
5     debian* | ubuntu*)
6         fpm_depends+=(libc6)
7         ;;
8 esac
9
10 # FIXME: Remove this line after #6885 is done.
11 fpm_args+=(--iteration 3)