URL: https://github.com/freeipa/freeipa/pull/464 Author: stlaz Title: #464: Bump required python-cryptography version Action: synchronized
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/464/head:pr464 git checkout pr464
From eaed208591eaf587ef33c43e4df0f5b3ab92214b Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka <slazn...@redhat.com> Date: Thu, 16 Feb 2017 16:14:24 +0100 Subject: [PATCH] Bump python-cryptography version in ipasetup.py.in When bumping version of python-cryptography in freeipa.spec.in, ipasetup.py.in was forgotten about. --- ipasetup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipasetup.py.in b/ipasetup.py.in index c221e0d..915f0ed 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),
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code