]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: require the latest version of darcsver
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 23 Nov 2010 02:12:18 +0000 (18:12 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 23 Nov 2010 02:12:18 +0000 (18:12 -0800)
setup.py

index 027427a06a088fc96dca974aef8a864b879fdfae..9cb68da3963e6c304304387c6c4c6c20f41dbf70 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -131,7 +131,7 @@ setup_requires = []
 # configure it to run darcsver before your command, if you want the version
 # number to be correct when that command runs.
 # http://pypi.python.org/pypi/darcsver
-setup_requires.append('darcsver >= 1.2.0')
+setup_requires.append('darcsver >= 1.7.1')
 
 # Nevow requires Twisted to setup, but doesn't declare that requirement in a
 # way that enables setuptools to satisfy that requirement before Nevow's