pyldb: Drop unnecessary dependency on pytalloc-util.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 18 Sep 2011 13:23:56 +0000 (15:23 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 18 Sep 2011 15:23:40 +0000 (17:23 +0200)
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Sep 18 17:23:40 CEST 2011 on sn-devel-104

lib/ldb/pyldb.c
lib/ldb/wscript

index cb13fe97bcb7c7d0c3ecd240cd3b73eed0f46a33..dbdfe777e027c2a8ba91bc1f483cd42d451235da 100644 (file)
@@ -29,7 +29,6 @@
 */
 
 #include <Python.h>
-#include <pytalloc.h>
 #include "ldb_private.h"
 #include "pyldb.h"
 
index 07134641b654b35233e8692747373dc1d50b2b72..c4bfa21c356a3e3c096806a8a513c3a1ea394065 100755 (executable)
@@ -113,7 +113,7 @@ def build(bld):
 
     if not bld.CONFIG_SET('USING_SYSTEM_PYLDB_UTIL'):
         bld.SAMBA_LIBRARY('pyldb-util',
-                          deps='ldb pytalloc-util',
+                          deps='ldb',
                           source='pyldb_util.c',
                           public_headers='pyldb.h',
                           public_headers_install=not private_library,