From ca1b6de2e18b808b32f1d26a00bd8c65ce498167b6f0b900cbe334df067d0538 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 23 Mar 2012 11:50:02 +0000 Subject: [PATCH] Accepting request 110736 from home:stroeder:branches:devel:languages:python Added dependencies on other (recently submitted) packages python-pyasn1 and python-pyasn1-modules OBS-URL: https://build.opensuse.org/request/show/110736 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=19 --- python-ldap.changes | 5 +++++ python-ldap.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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)")}