Browse Source

dnssec requires python

master
parent
commit
880b38255b
  1. 4
      bind/bind.spec

4
bind/bind.spec

@ -58,8 +58,8 @@ Patch0: bind.patch
BuildPreReq: OpenPKG, openpkg >= 20160101, make, pkgconfig
PreReq: OpenPKG, openpkg >= 20160101
%if "%{with_dnssec}" == "yes"
BuildPreReq: openssl
PreReq: openssl
BuildPreReq: openssl, python
PreReq: openssl, python
%endif
%if "%{with_pgsql}" == "yes"
BuildPreReq: postgresql, openssl

Loading…
Cancel
Save