Skip to content

Commit

Permalink
dnssec: keep dnssec daemons in Python2
Browse files Browse the repository at this point in the history
Until DNSSEC is ready for Python3, we should run DNSSEC with Python 2.

Related: https://pagure.io/freeipa/issue/4985

Signed-off-by: Tomas Krizek <[email protected]>
Reviewed-By: Stanislav Laznicka <[email protected]>
  • Loading branch information
Tomas Krizek committed Sep 1, 2017
1 parent 504c303 commit 5dcb0e6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions freeipa.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,10 @@ Requires: bind-utils >= 9.11.0-6.P2
Requires: bind-pkcs11 >= 9.11.0-6.P2
Requires: bind-pkcs11-utils >= 9.11.0-6.P2
Requires: opendnssec >= 1.4.6-4
# Keep python2 dependencies until DNSSEC daemons are ported to Python 3
Requires: python2
Requires: python2-ipalib
Requires: python2-ipaserver

Provides: %{alt_name}-server-dns = %{version}
Conflicts: %{alt_name}-server-dns
Expand Down Expand Up @@ -888,9 +892,6 @@ PY3_SUBST_PATHS='
client/ipa-certupdate
client/ipa-client-automount
client/ipa-client-install
daemons/dnssec/ipa-dnskeysync-replica
daemons/dnssec/ipa-dnskeysyncd
daemons/dnssec/ipa-ods-exporter
daemons/ipa-otpd/test.py
install/certmonger/ipa-server-guard
install/certmonger/dogtag-ipa-ca-renew-agent-submit
Expand Down

0 comments on commit 5dcb0e6

Please sign in to comment.