From 3acbf8818c4058abd3ece7634c23ca4f67054047 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 22 Nov 2010 18:12:18 -0800
Subject: [PATCH] setup: require the latest version of darcsver

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.45.2