summaryrefslogtreecommitdiffstats
path: root/ipasetup.py.in
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2016-11-30 11:01:57 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-11-30 16:24:41 +0100
commit8559791e0d520f4a3503e35d1975ac31448b1390 (patch)
treec35ebf780c5b29982232e94c567e819527e7a7da /ipasetup.py.in
parent4221266562778806f02748fee2dfbd814261f2b4 (diff)
downloadfreeipa-8559791e0d520f4a3503e35d1975ac31448b1390.tar.gz
freeipa-8559791e0d520f4a3503e35d1975ac31448b1390.tar.xz
freeipa-8559791e0d520f4a3503e35d1975ac31448b1390.zip
Require python-gssapi >= 1.2.0
The PyPI package for python-gssapi 1.1.x has a packaging bug. It depends on enum34 for Python 3 although it is only required for 2.7. 1.2.0 is the oldest version that has been tested at length by QE. It's know to work. Bump up in freeipa.spec is not required for technical reasons. The packaging bug only affects PyPI packages. It's policy to keep requirements in sync. https://fedorahosted.org/freeipa/ticket/6468 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipasetup.py.in')
-rw-r--r--ipasetup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipasetup.py.in b/ipasetup.py.in
index 0d1113577..08c9178f8 100644
--- a/ipasetup.py.in
+++ b/ipasetup.py.in
@@ -54,7 +54,7 @@ class build_py(setuptools_build_py):
PACKAGE_VERSION = {
'cryptography': 'cryptography >= 0.9',
'dnspython': 'dnspython >= 1.13',
- 'gssapi': 'gssapi > 1.1.2',
+ 'gssapi': 'gssapi > 1.2.0',
'ipaclient': 'ipaclient == @VERSION@',
'ipalib': 'ipalib == @VERSION@',
'ipaplatform': 'ipaplatform == @VERSION@',