From 9406a85e898d76742de4c8bc42c2ef45c2d50564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Wed, 11 Dec 2019 19:41:17 +0100 Subject: [PATCH] Fix dnf builddep when python3-devel is not installed Build requirements fetch fail on clean system with just basic utils. --- bind.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.spec b/bind.spec index e6659da..e076859 100644 --- a/bind.spec +++ b/bind.spec @@ -497,7 +497,7 @@ Dynamic Loadable Zones sqlite3 module for BIND server. %package -n python3-bind Summary: A module allowing rndc commands to be sent from Python programs Requires: bind-license = %{epoch}:%{version}-%{release} -Requires: python3 python3-ply %{py3_dist ply} +Requires: python3 python3-ply %{?py3_dist:%py3_dist ply} BuildArch: noarch %{?python_provide:%python_provide python3-bind} %{?python_provide:%python_provide python3-isc}