[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/ Remove five.dbevent dependency

Godefroid Chapelle cvs-admin at zope.org
Thu Oct 4 11:59:37 UTC 2012


Log message for revision 127910:
  Remove five.dbevent dependency

Changed:
  U   Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt
  U   Sandbox/gotcha/five.taskqueue/trunk/setup.py

-=-
Modified: Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-10-02 06:12:45 UTC (rev 127909)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-10-04 11:59:34 UTC (rev 127910)
@@ -4,7 +4,7 @@
 0.1-alpha-4 (unreleased)
 ------------------------
 
-- Nothing changed yet.
+- Remove five.dbevent dependency
 
 
 0.1-alpha-3 (2011-05-16)

Modified: Sandbox/gotcha/five.taskqueue/trunk/setup.py
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-10-02 06:12:45 UTC (rev 127909)
+++ Sandbox/gotcha/five.taskqueue/trunk/setup.py	2012-10-04 11:59:34 UTC (rev 127910)
@@ -24,7 +24,6 @@
       install_requires=[
           'setuptools',
           'z3c.taskqueue',
-          'five.dbevent',
       ],
       entry_points="""
       # -*- Entry points: -*-



More information about the checkins mailing list