From c1ae3fffe7cb06fbd6e7c75a6472408cc5d9ba1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCdepohl?= <lorenz.huedepohl@rzg.mpg.de> Date: Tue, 26 Oct 2021 18:49:25 +0200 Subject: [PATCH] Add build-checks also for CentOS --- mpcdf_common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mpcdf_common.py b/mpcdf_common.py index fc058a5..a28a095 100644 --- a/mpcdf_common.py +++ b/mpcdf_common.py @@ -57,6 +57,7 @@ def dist_prjconf_tags(distribution): centos_prjconf_tags = textwrap.dedent( """ Prefer: perl-Error + Support: post-build-checks Substitute: c_compiler gcc Substitute: c++_compiler gcc-c++ Substitute: ca-certificates-mozilla ca-certificates -- GitLab