mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
Bump python-cryptography version in ipasetup.py.in
When bumping version of python-cryptography in freeipa.spec.in, ipasetup.py.in was forgotten about. https://fedorahosted.org/freeipa/ticket/6631 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
b20b0489ea
commit
66867319d9
@ -63,7 +63,7 @@ if SETUPTOOLS_VERSION < (8, 0, 0):
|
||||
|
||||
|
||||
PACKAGE_VERSION = {
|
||||
'cryptography': 'cryptography >= 1.3.1',
|
||||
'cryptography': 'cryptography >= 1.4',
|
||||
'dnspython': 'dnspython >= 1.15',
|
||||
'gssapi': 'gssapi >= 1.2.0',
|
||||
'ipaclient': 'ipaclient == {}'.format(VERSION),
|
||||
|
Loading…
Reference in New Issue
Block a user