From: Zooko O'Whielacronx Date: Tue, 23 Nov 2010 02:12:18 +0000 (-0800) Subject: setup: require the latest version of darcsver X-Git-Tag: allmydata-tahoe-1.8.1~14 X-Git-Url: https://git.rkrishnan.org/uri//%22%22?a=commitdiff_plain;h=3acbf8818c4058abd3ece7634c23ca4f67054047;p=tahoe-lafs%2Ftahoe-lafs.git setup: require the latest version of darcsver --- diff --git a/setup.py b/setup.py index 027427a0..9cb68da3 100644 --- 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