python2-ipalib: add missing python dependency

Commit dfd560a190 started to use
ssl symbols like ssl.OP_NO_SSLv2 that were introduced in Python 2.7.9.

Related https://pagure.io/freeipa/issue/6920

Reviewed-By: Martin Basti <mbasti@redhat.com>
Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
Tomas Krizek
2017-05-05 18:55:41 +02:00
committed by Martin Basti
parent aba384ddb5
commit 999706fcdf
+1
View File
@@ -643,6 +643,7 @@ Requires: python-gssapi >= 1.2.0
Requires: gnupg
Requires: keyutils
Requires: pyOpenSSL
Requires: python >= 2.7.9
Requires: python-cryptography >= 1.6
Requires: python-netaddr >= %{python_netaddr_version}
Requires: python-libipa_hbac