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

jim cvs-admin at zope.org
Tue Nov 13 12:24:02 UTC 2012


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',



More information about the Zodb-checkins mailing list