setup: increase version number requirement on darcsver from >= 1.7.1 to >= 1.7.2

This commit is contained in:
Zooko O'Whielacronx
2011-01-20 21:30:38 -08:00
parent 0264959b9a
commit d34e838c0c

View File

@ -133,7 +133,7 @@ setup_requires = []
# configure it to run darcsver before your command, if you want the version # configure it to run darcsver before your command, if you want the version
# number to be correct when that command runs. # number to be correct when that command runs.
# http://pypi.python.org/pypi/darcsver # 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 # 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 # declare that requirement in a way that enables setuptools to satisfy