mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
Require python-gssapi >= 1.2.0, take 2
Fix version range typo in ipasetup.py.in. Sorry, the bug slipped through my internal tests. The version pinning is only relevant for make wheel_bundle. The wheel bundle target has been failing from the start because python-nss has a build bug for wheels, https://bugzilla.redhat.com/show_bug.cgi?id=1389739 https://fedorahosted.org/freeipa/ticket/6468 Signed-off-by: Christian Heimes cheimes@redhat.com Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
committed by
Martin Babinsky
parent
af0ba66188
commit
5dc5960e71
+1
-1
@@ -65,7 +65,7 @@ if SETUPTOOLS_VERSION < (8, 0, 0):
|
|||||||
PACKAGE_VERSION = {
|
PACKAGE_VERSION = {
|
||||||
'cryptography': 'cryptography >= 1.3.1',
|
'cryptography': 'cryptography >= 1.3.1',
|
||||||
'dnspython': 'dnspython >= 1.13',
|
'dnspython': 'dnspython >= 1.13',
|
||||||
'gssapi': 'gssapi > 1.2.0',
|
'gssapi': 'gssapi >= 1.2.0',
|
||||||
'ipaclient': 'ipaclient == {}'.format(VERSION),
|
'ipaclient': 'ipaclient == {}'.format(VERSION),
|
||||||
'ipalib': 'ipalib == {}'.format(VERSION),
|
'ipalib': 'ipalib == {}'.format(VERSION),
|
||||||
'ipaplatform': 'ipaplatform == {}'.format(VERSION),
|
'ipaplatform': 'ipaplatform == {}'.format(VERSION),
|
||||||
|
|||||||
Reference in New Issue
Block a user