[Checkins] SVN: Sandbox/J1m/ppix/setup.py use zc.lockfile

Jim Fulton jim at zope.com
Wed Jul 18 10:41:13 EDT 2007


Log message for revision 78111:
  use zc.lockfile
  

Changed:
  U   Sandbox/J1m/ppix/setup.py

-=-
Modified: Sandbox/J1m/ppix/setup.py
===================================================================
--- Sandbox/J1m/ppix/setup.py	2007-07-18 14:28:59 UTC (rev 78110)
+++ Sandbox/J1m/ppix/setup.py	2007-07-18 14:41:13 UTC (rev 78111)
@@ -2,5 +2,5 @@
 setup(
     name='ppix',
     package_dir = {'': 'src'},
-    install_requires = ['mechanize', 'setuptools'],
+    install_requires = ['mechanize', 'setuptools', 'zc.lockfile'],
     )



More information about the Checkins mailing list