From ce37a4055d879447903bd34c17c24206eb193a3db7212a5c4344bfdebed36444 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Tue, 11 Oct 2011 12:54:08 +0000 Subject: [PATCH] removed leftover patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ldap?expand=0&rev=13 --- python-ldap-sasl.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 python-ldap-sasl.patch diff --git a/python-ldap-sasl.patch b/python-ldap-sasl.patch deleted file mode 100644 index ba1e572..0000000 --- a/python-ldap-sasl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Modules/LDAPObject.c -+++ Modules/LDAPObject.c -@@ -15,7 +15,7 @@ - #include "options.h" - - #ifdef HAVE_SASL --#include -+#include - #endif - - static void free_attrs(char***);