[Checkins] SVN: bluebream/trunk/ Remove `zope.app.twisted` from dependency list

Baiju M baiju.m.mail at gmail.com
Wed Mar 24 04:17:33 EDT 2010


Log message for revision 110139:
  Remove `zope.app.twisted` from dependency list
  

Changed:
  U   bluebream/trunk/CHANGES.txt
  U   bluebream/trunk/src/bluebream/bluebream_base/project_template/setup.py_tmpl
  U   bluebream/trunk/src/bluebream/bluebream_simple/project_template/setup.py_tmpl

-=-
Modified: bluebream/trunk/CHANGES.txt
===================================================================
--- bluebream/trunk/CHANGES.txt	2010-03-24 07:46:46 UTC (rev 110138)
+++ bluebream/trunk/CHANGES.txt	2010-03-24 08:17:32 UTC (rev 110139)
@@ -4,6 +4,8 @@
 1.0a5 (unreleased)
 ------------------
 
+- Remove `zope.app.twisted` from dependency list
+
 - Since BlueBream requires ZODB 3.9, FileStorage need not be
   wrapped with BlobStorage proxy to get ZODB blobs support.
 

Modified: bluebream/trunk/src/bluebream/bluebream_base/project_template/setup.py_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_base/project_template/setup.py_tmpl	2010-03-24 07:46:46 UTC (rev 110138)
+++ bluebream/trunk/src/bluebream/bluebream_base/project_template/setup.py_tmpl	2010-03-24 08:17:32 UTC (rev 110139)
@@ -19,7 +19,6 @@
       include_package_data=True,
       zip_safe=${repr(bool(zip_safe))|False},
       install_requires=['setuptools',
-                        'zope.app.twisted',
                         'zope.securitypolicy',
                         'zope.component',
                         'zope.annotation',

Modified: bluebream/trunk/src/bluebream/bluebream_simple/project_template/setup.py_tmpl
===================================================================
--- bluebream/trunk/src/bluebream/bluebream_simple/project_template/setup.py_tmpl	2010-03-24 07:46:46 UTC (rev 110138)
+++ bluebream/trunk/src/bluebream/bluebream_simple/project_template/setup.py_tmpl	2010-03-24 08:17:32 UTC (rev 110139)
@@ -16,7 +16,6 @@
       include_package_data=True,
       zip_safe=False,
       install_requires=['setuptools',
-                        'zope.app.twisted',
                         'zope.securitypolicy',
                         'zope.component',
                         'zope.annotation',



More information about the checkins mailing list