mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
setup: require the latest version of darcsver
This commit is contained in:
parent
588e5b8fb7
commit
3acbf8818c
2
setup.py
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user