X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0a98952530fb465fa31566fa5e0192bea9fc16e4..a3851eec63fb52c1f8121395d0092f4aff25405f:/backports/python-pycrypto/fpm-info.sh diff --git a/backports/python-pycrypto/fpm-info.sh b/backports/python-pycrypto/fpm-info.sh index 65a83a06c7..85c401f4ae 100644 --- a/backports/python-pycrypto/fpm-info.sh +++ b/backports/python-pycrypto/fpm-info.sh @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: Apache-2.0 + case "$TARGET" in centos*) fpm_depends+=(glibc) @@ -9,6 +13,3 @@ case "$TARGET" in fpm_depends+=(libc6) ;; esac - -# FIXME: Remove this line after #6885 is done. -fpm_args+=(--iteration 3)