From d6f03da7535565daa936b79c445b835410333974 Mon Sep 17 00:00:00 2001 From: Martin Basti Date: Thu, 25 Feb 2016 17:47:10 +0100 Subject: [PATCH] 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 --- freeipa.spec.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/freeipa.spec.in b/freeipa.spec.in index 9e277020d..ec314c0a2 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -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,