[z3-checkins] r55138 - z3/deliverance/DeliveranceVHoster/trunk

ianb at codespeak.net ianb at codespeak.net
Thu May 22 20:09:24 CEST 2008


Author: ianb
Date: Thu May 22 20:09:22 2008
New Revision: 55138

Modified:
   z3/deliverance/DeliveranceVHoster/trunk/setup.py
Log:
add dependency_links to the svn repositories for OHM and HTTPEncode

Modified: z3/deliverance/DeliveranceVHoster/trunk/setup.py
==============================================================================
--- z3/deliverance/DeliveranceVHoster/trunk/setup.py	(original)
+++ z3/deliverance/DeliveranceVHoster/trunk/setup.py	Thu May 22 20:09:22 2008
@@ -22,7 +22,9 @@
       'http://codespeak.net/svn/z3/deliverance/trunk#egg=Deliverance-dev',
       'http://darcs.idyll.org/~t/projects/wsgi_intercept/wsgi_intercept.py#egg=wsgi_intercept-dev',
       'https://svn.openplans.org/svn/transcluder/trunk#egg=Transcluder-dev',
-      'https://svn.openplans.org/svn/eyvind/trunk#egg=Eyvind-dev'
+      'https://svn.openplans.org/svn/eyvind/trunk#egg=Eyvind-dev',
+      'http://svn.pythonpaste.org/Paste/OHM/trunk#egg=OHM-dev',
+      'http://svn.pythonpaste.org/Paste/HTTPEncode/trunk#egg=HTTPEncode-dev',
     ],
     packages=find_packages(),
     include_package_data=True,


More information about the z3-checkins mailing list