Re: SVN: zope.server/trunk/ Removed the dependency on ZODB3 (and zope.thread).
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jim Fulton wrote:
Log message for revision 84016: Removed the dependency on ZODB3 (and zope.thread).
<snip>
Modified: zope.server/trunk/setup.py =================================================================== --- zope.server/trunk/setup.py 2008-02-18 10:24:10 UTC (rev 84015) +++ zope.server/trunk/setup.py 2008-02-18 11:25:48 UTC (rev 84016) @@ -56,7 +56,8 @@ 'zope.publisher', 'zope.security', 'zope.deprecation', - 'ZODB3'], + 'ZODB3', + ], include_package_data = True, zip_safe = False, entry_points = """
Looks like the dependency is still there. ;) Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHucPH+gerLs4ltQ4RAnKMAKDEiRswtYJjs3HxlxVH1LqMDjq93QCeNvFO ffYTb7/1Citiebs2KJhaR28= =7ZqZ -----END PGP SIGNATURE-----
participants (1)
-
Tres Seaver