projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0264959
)
setup: increase version number requirement on darcsver from >= 1.7.1 to >= 1.7.2
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 21 Jan 2011 05:30:38 +0000
(21:30 -0800)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 21 Jan 2011 05:30:38 +0000
(21:30 -0800)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index d5725f53a6479ace6c46ad386a584c6b04c75ef8..ab60480af4743ada9ae494e25e3b55be08f6f56d 100644
(file)
--- 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