summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2017-02-16 16:14:24 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2017-02-17 10:15:16 +0100
commit66867319d903f7693a535471d3b81716a258ce9d (patch)
tree95ec3b5c0ed10be1daf6d0073eb2a1c101385c90
parentb20b0489ea06931bfa7d46bdbd6623bc3f09219b (diff)
downloadfreeipa-66867319d903f7693a535471d3b81716a258ce9d.tar.gz
freeipa-66867319d903f7693a535471d3b81716a258ce9d.tar.xz
freeipa-66867319d903f7693a535471d3b81716a258ce9d.zip
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>
-rw-r--r--ipasetup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipasetup.py.in b/ipasetup.py.in
index c221e0de6..915f0edee 100644
--- a/ipasetup.py.in
+++ b/ipasetup.py.in
@@ -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),