-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 11/08/2012 05:24 PM, Alex Clark wrote:
> On 2012-11-08 14:16:48 +0000, Jim Fulton said:
> 
>> On Thu, Nov 8, 2012 at 4:21 AM, Marius Gedminas <mar...@gedmin.as>
>> wrote:
>>> On Wed, Nov 07, 2012 at 04:45:59PM -0500, Jim Fulton wrote:
>>>> Not to be confused with ZODB3! :)
>>>> 
>>>> This is the first ZODB 4 release.
>>> 
>>> Not to be confused with the old ZODB4 either, I suppose ;)
>>> 
>>> http://wiki.zope.org/ZODB/ZODB4
>> 
>> How could anyone be confused by that? ;)
> 
> 
> Congrats on the release! FWIW, IIRC: "pip install ZODB" failed while 
> easy_install succeeded. Not sure why. Yeah, just tried it again:
> 
> 
> - error: can't copy 'include/persistent/cPersistence.h': doesn't exist
> 
Interesting that easy_install doesn't barf.   We don't any longer ship
headers or C code in the ZODB, so that piece of the setup() should go.

Patch attached.


Tres.

- -- 
===================================================================
Tres Seaver          +1 540-429-0999          tsea...@palladion.com
Palladion Software   "Excellence by Design"    http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlCcXJkACgkQ+gerLs4ltQ4VIACfTR6Hey7c5kjJVA+MLEtU6Mzb
4WMAnAyn7dHA8EEtzYHQ6nlypaRETGrc
=BHhe
-----END PGP SIGNATURE-----
Index: setup.py
===================================================================
--- setup.py	(revision 128202)
+++ setup.py	(working copy)
@@ -121,10 +121,6 @@
       test_suite="__main__.alltests", # to support "setup.py test"
       tests_require = tests_require,
       extras_require = dict(test=tests_require),
-      # XXX: We don't really want to install these headers;  we would
-      #      prefer just including them so that folks can build from an sdist.
-      headers = ['include/persistent/cPersistence.h',
-                 'include/persistent/ring.h'],
       install_requires = [
         'transaction',
         'persistent',
_______________________________________________
For more information about ZODB, see http://zodb.org/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to