SVN: ZODB/trunk/ Fixed: An unneeded left-over setting in setup.py caused installation with

jim <[email protected]> Tue, 13 Nov 2012 07:24:02 -0500 (EST)
Newsgroups gmane.comp.python.zope.zodb.cvs
Message-ID <20121113122402.776139410A__465.625772676681$1352809466$gmane$org@cvs.zope.org>
Log message for revision 128270:
  
  Fixed: An unneeded left-over setting in setup.py caused installation with
    pip to fail.
  
  

Changed:
  U   ZODB/trunk/CHANGES.txt
  U   ZODB/trunk/setup.py

-=-
Modified: ZODB/trunk/CHANGES.txt
===================================================================
--- ZODB/trunk/CHANGES.txt	2012-11-13 09:33:48 UTC (rev 128269)
+++ ZODB/trunk/CHANGES.txt	2012-11-13 12:24:01 UTC (rev 128270)
@@ -2,6 +2,15 @@
  Change History
 ================
 
+4.0.0a2 (2012-11-13)
+=====================
+
+Bugs Fixed
+----------
+
+- An unneeded left-over setting in setup.py caused installation with
+  pip to fail.
+
 4.0.0a1 (2012-11-07)
 =====================
 

Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py	2012-11-13 09:33:48 UTC (rev 128269)
+++ ZODB/trunk/setup.py	2012-11-13 12:24:01 UTC (rev 128270)
@@ -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',