diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-05 13:53:37 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-05 13:53:37 +0100 |
commit | f50750867f5f82077e645c288f68c66ff5e611a2 (patch) | |
tree | f942d86c9efd34e8a290bdacb298387d97b16902 /pykolab.spec.in | |
parent | 582cd5f957ff99fa52fd7682b9ad9b9b8b9f816a (diff) | |
download | pykolab-f50750867f5f82077e645c288f68c66ff5e611a2.tar.gz |
No longer require python-ldap >= 2.4.0
Diffstat (limited to 'pykolab.spec.in')
-rw-r--r-- | pykolab.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab.spec.in b/pykolab.spec.in index cad57df..4dbb88a 100644 --- a/pykolab.spec.in +++ b/pykolab.spec.in @@ -10,7 +10,7 @@ URL: http://kolab.org/ Source0: http://files.kolab.org/releases/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch -Requires: python-ldap >= 2.4.0 +Requires: python-ldap %description Kolab enables you to easily build a groupware server as part of a |