[Checkins] SVN: lovely.memcached/trunk/buildout.cfg added explicit path to `python-memcached` to enable its installation.

Tom Lazar tom at tomster.org
Wed Jun 6 09:46:22 EDT 2007


Log message for revision 76416:
  added explicit path to `python-memcached` to enable its installation.
  

Changed:
  U   lovely.memcached/trunk/buildout.cfg

-=-
Modified: lovely.memcached/trunk/buildout.cfg
===================================================================
--- lovely.memcached/trunk/buildout.cfg	2007-06-06 13:37:28 UTC (rev 76415)
+++ lovely.memcached/trunk/buildout.cfg	2007-06-06 13:46:21 UTC (rev 76416)
@@ -1,7 +1,10 @@
 [buildout]
 develop = .
 parts = test
+find-links = ftp://ftp.tummy.com/pub/python-memcached/python-memcached-1.34.tar.gz
+             http://download.zope.org/distribution/
 
+
 [test]
 recipe = zc.recipe.testrunner
 eggs = lovely.memcached [test]



More information about the Checkins mailing list