mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
spec: Add missing dependencies to python*-ipalib package
Standalone instalation of python*-ipalib packages does not pull all required packages and results into import errors. https://fedorahosted.org/freeipa/ticket/5680 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
parent
de8c6d81fd
commit
d6f03da753
@ -492,6 +492,10 @@ Requires: python-setuptools
|
||||
Requires: python-six
|
||||
Requires: python-jwcrypto
|
||||
Requires: python-cffi
|
||||
Requires: python-ldap >= 2.4.15
|
||||
Requires: python-requests
|
||||
Requires: python-custodia
|
||||
Requires: python-dns >= 1.11.1
|
||||
|
||||
Conflicts: %{alt_name}-python < %{version}
|
||||
|
||||
@ -536,6 +540,10 @@ Requires: python3-setuptools
|
||||
Requires: python3-six
|
||||
Requires: python3-jwcrypto
|
||||
Requires: python3-cffi
|
||||
Requires: python3-pyldap >= 2.4.15
|
||||
Requires: python3-custodia
|
||||
Requires: python3-requests
|
||||
Requires: python3-dns >= 1.11.1
|
||||
|
||||
%description -n python3-ipalib
|
||||
IPA is an integrated solution to provide centrally managed Identity (users,
|
||||
|
Loading…
Reference in New Issue
Block a user