diff --git a/python-ldap.changes b/python-ldap.changes index 1129435..08ae505 100644 --- a/python-ldap.changes +++ b/python-ldap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 23 10:29:12 UTC 2012 - michael@stroeder.com + +- Added dependencies to python-pyasn1 and python-pyasn1-modules + ------------------------------------------------------------------- Fri Mar 16 14:34:59 UTC 2012 - saschpe@suse.de diff --git a/python-ldap.spec b/python-ldap.spec index 820f724..b0396a8 100644 --- a/python-ldap.spec +++ b/python-ldap.spec @@ -18,7 +18,7 @@ Name: python-ldap Version: 2.4.9 -Release: 0 +Release: 1 Summary: Python LDAP interface License: SUSE-Public-Domain Group: Development/Libraries/Python @@ -30,6 +30,8 @@ BuildRequires: krb5-devel BuildRequires: openldap2-devel >= 2.4.11 BuildRequires: python-devel Requires: libldap-2_4-2 >= 2.4.11 +Requires: python-pyasn1 +Requires: python-pyasn1-modules BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}