From: Zooko O'Whielacronx Date: Fri, 21 Jan 2011 05:30:38 +0000 (-0800) Subject: setup: increase version number requirement on darcsver from >= 1.7.1 to >= 1.7.2 X-Git-Tag: allmydata-tahoe-1.8.2b1~23 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=d34e838c0c910899649f25f11f6146989568916a;p=tahoe-lafs%2Ftahoe-lafs.git setup: increase version number requirement on darcsver from >= 1.7.1 to >= 1.7.2 --- diff --git a/setup.py b/setup.py index d5725f53..ab60480a 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,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.7.1') +setup_requires.append('darcsver >= 1.7.2') # Nevow requires Twisted to setup, but prior to Nevow v0.9.33, didn't # declare that requirement in a way that enables setuptools to satisfy