mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
DNS: URI records: bump python-dns requirements
Support for DNS URI records has been added in python-dns 1.13 https://fedorahosted.org/freeipa/ticket/6344 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
132b475c25
commit
a291c6ded9
@ -124,8 +124,8 @@ BuildRequires: python-memcached
|
||||
BuildRequires: python-lxml
|
||||
# 5.0.0: QRCode.print_ascii
|
||||
BuildRequires: python-qrcode-core >= 5.0.0
|
||||
# 1.11.0: resolver.YXDOMAIN, Resolver.set_flags
|
||||
BuildRequires: python-dns >= 1.11.0
|
||||
# 1.13: python-dns URI record support
|
||||
BuildRequires: python-dns >= 1.13
|
||||
BuildRequires: jsl
|
||||
BuildRequires: python-yubico
|
||||
# pki Python package
|
||||
@ -254,7 +254,7 @@ Requires: python-gssapi >= 1.1.2
|
||||
Requires: python-sssdconfig
|
||||
Requires: python-pyasn1
|
||||
Requires: dbus-python
|
||||
Requires: python-dns >= 1.11.1
|
||||
Requires: python-dns >= 1.13
|
||||
Requires: python-kdcproxy >= 0.3
|
||||
Requires: rpm-libs
|
||||
|
||||
@ -411,7 +411,7 @@ BuildArch: noarch
|
||||
Requires: %{name}-client-common = %{version}-%{release}
|
||||
Requires: %{name}-common = %{version}-%{release}
|
||||
Requires: python2-ipalib = %{version}-%{release}
|
||||
Requires: python-dns >= 1.11.1
|
||||
Requires: python-dns >= 1.13
|
||||
|
||||
%description -n python2-ipaclient
|
||||
IPA is an integrated solution to provide centrally managed Identity (users,
|
||||
@ -526,7 +526,7 @@ Requires: python-cffi
|
||||
Requires: python-ldap >= 2.4.15
|
||||
Requires: python-requests
|
||||
Requires: python-custodia
|
||||
Requires: python-dns >= 1.11.1
|
||||
Requires: python-dns >= 1.13
|
||||
Requires: python-enum34
|
||||
Requires: python-netifaces >= 0.10.4
|
||||
Requires: pyusb
|
||||
|
@ -53,7 +53,7 @@ class build_py(setuptools_build_py):
|
||||
|
||||
PACKAGE_VERSION = {
|
||||
'cryptography': 'cryptography >= 0.9',
|
||||
'dnspython': 'dnspython >= 1.11.1',
|
||||
'dnspython': 'dnspython >= 1.13',
|
||||
'gssapi': 'gssapi > 1.1.2',
|
||||
'ipaclient': 'ipaclient == @VERSION@',
|
||||
'ipalib': 'ipalib == @VERSION@',
|
||||
|
Loading…
Reference in New Issue
Block a user