summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2015-02-25 17:02:42 +0100
committerTomas Hozza <thozza@redhat.com>2015-02-25 17:02:42 +0100
commit548cd90fb3a3e1de2d67e5270b332f4e2675fb5a (patch)
treedbf1898139a5d1ee95c4e4200c5aff743a13d0bd
parent7345adf157e97f54d29943513632b91e69994527 (diff)
downloadbind-548cd90fb3a3e1de2d67e5270b332f4e2675fb5a.tar.gz
bind-548cd90fb3a3e1de2d67e5270b332f4e2675fb5a.tar.xz
bind-548cd90fb3a3e1de2d67e5270b332f4e2675fb5a.zip
Add build dependency on python3-devel
Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r--bind.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/bind.spec b/bind.spec
index 8a18365..9f3eb74 100644
--- a/bind.spec
+++ b/bind.spec
@@ -110,6 +110,8 @@ Provides: dnssec-conf = 1.27-1
BuildRequires: openssl-devel, libtool, autoconf, pkgconfig, libcap-devel
BuildRequires: libidn-devel, libxml2-devel
BuildRequires: systemd
+# needed for %%{__python3} macro
+BuildRequires: python3-devel
%if %{SDB}
BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mysql-devel
BuildRequires: libdb-devel