mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Change python-cryptography to python2-cryptography
Package name is python2-cryptography and even that it Provides python-cryptography package, it causes problems during update of IPA on RHEL - python2-cryptography is not updated. After changing required package name to python2-cryptography upgrade on RHEL works well. Fixes: https://pagure.io/freeipa/issue/6749 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
83619e804b
commit
9149f2d9c6
@ -168,7 +168,7 @@ BuildRequires: python3-wheel
|
||||
%if 0%{?with_lint}
|
||||
BuildRequires: samba-python
|
||||
# 1.6: x509.Name.rdns (https://github.com/pyca/cryptography/issues/3199)
|
||||
BuildRequires: python-cryptography >= 1.6
|
||||
BuildRequires: python2-cryptography >= 1.6
|
||||
BuildRequires: python-gssapi >= 1.2.0
|
||||
BuildRequires: pylint >= 1.6
|
||||
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1096506
|
||||
@ -648,7 +648,7 @@ Requires: gnupg
|
||||
Requires: keyutils
|
||||
Requires: pyOpenSSL
|
||||
Requires: python >= 2.7.9
|
||||
Requires: python-cryptography >= 1.6
|
||||
Requires: python2-cryptography >= 1.6
|
||||
Requires: python-netaddr >= %{python_netaddr_version}
|
||||
Requires: python-libipa_hbac
|
||||
Requires: python-qrcode-core >= 5.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user