summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2008-04-02 19:13:46 -0400
committerSimo Sorce <ssorce@redhat.com>2008-04-02 19:13:46 -0400
commitf7a425fff8deb3cbc638f7612134f6f477cfdd77 (patch)
tree6e09410ed8b3b6bc2d1072be548aa34380bfd19e
parentc30a533de62aee7a9d69a2a95c319a184870f087 (diff)
downloadfreeipa-f7a425fff8deb3cbc638f7612134f6f477cfdd77.tar.gz
freeipa-f7a425fff8deb3cbc638f7612134f6f477cfdd77.tar.xz
freeipa-f7a425fff8deb3cbc638f7612134f6f477cfdd77.zip
Need python-ldap in Requires
-rw-r--r--contrib/RHEL4/ipa-client.spec1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/RHEL4/ipa-client.spec b/contrib/RHEL4/ipa-client.spec
index c62c79f4a..f5610a2ab 100644
--- a/contrib/RHEL4/ipa-client.spec
+++ b/contrib/RHEL4/ipa-client.spec
@@ -12,6 +12,7 @@ BuildArch: noarch
#BuildRequires: python-devel
Requires: python
+Requires: python-ldap
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}