SVN: ZODB/trunk/ Don't mention no-longer-existing headers.
Tres Seaver <[email protected]> Tue, 21 Aug 2012 13:07:04 -0400 (EDT)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20120821170704.D16EB9416F__17411.0650005334$1345568831$gmane$org@cvs.zope.org> |
Log message for revision 127544:
Don't mention no-longer-existing headers.
Changed:
_U ZODB/trunk/
U ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2012-08-21 16:50:03 UTC (rev 127543)
+++ ZODB/trunk/setup.py 2012-08-21 17:07:01 UTC (rev 127544)
@@ -189,10 +189,6 @@
test_suite="__main__.alltests", # to support "setup.py test"
tests_require = ['zope.testing', manuel_version],
extras_require = dict(test=['zope.testing', manuel_version]),
- # 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_version,
'persistent',