[ZODB-Dev] Includes patch: [johan@gnome.org: zodb3 trunk patch]

Christian Robottom Reis kiko at async.com.br
Thu Nov 4 19:01:59 EST 2004


Hello there,

    We're working on some IndexedCatalog changes, and apparently a
header we need is not being installed. Tim, can you take a look and
commit this if it makes sense to you (and let me know if not)? 

Thanks!

----- Forwarded message from Johan Dahlin <johan at gnome.org> -----

Subject: zodb3 trunk patch
From: Johan Dahlin <johan at gnome.org>
Reply-To: johan at gnome.org
To: Christian Robottom Reis <kiko at async.com.br>
Date: Fri, 05 Nov 2004 01:00:02 +0100
X-Spambayes-Classification: ham; 0.00

This patch is needed to subclass objects of cPersistence. ring.h was
introduced sometime ago, but it was not added correctly to the build
system. The following patch fixes it.


-- 
Johan Dahlin <johan at gnome.org>

Index: setup.py
===================================================================
--- setup.py	(revision 28340)
+++ setup.py	(working copy)
@@ -237,7 +237,8 @@
       packages = packages,
       package_dir = {'': 'src'},
       ext_modules = exts,
-      headers = ['src/persistent/cPersistence.h'],
+      headers = ['src/persistent/cPersistence.h',
+                 "src/persistent/ring.h"],
       license = "ZPL 2.1",
       platforms = ["any"],
       description = doclines[0],


----- End forwarded message -----

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331


More information about the ZODB-Dev mailing list