diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-04 18:32:34 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-07-04 18:32:34 +0100 |
commit | b982bd940db33270ed9b25fa11032ca291d94a54 (patch) | |
tree | 3a4fde782cbb853bde7024e5ca7ce9e4f4443962 /pykolab.spec.in | |
parent | a979af801737a1512c1756e2f6ed8a69ba617d3d (diff) | |
download | pykolab-b982bd940db33270ed9b25fa11032ca291d94a54.tar.gz |
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 4dbb88a..cad57df 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 +Requires: python-ldap >= 2.4.0 %description Kolab enables you to easily build a groupware server as part of a |