Merge branch '8784-dir-listings'
[arvados.git] / backports / python-apache-libcloud / fpm-info.sh
1 #!/bin/bash
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: Apache-2.0
5
6 case $TARGET in
7      centos7)
8          # fpm incorrectly transforms the dependency name in this case.
9          fpm_depends+=(python-backports-ssl_match_hostname)
10          fpm_args+=(--python-disable-dependency backports.ssl-match-hostname)
11      ;;
12 esac