mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
setup: setup_requires darcsver >= 1.1.5
This commit is contained in:
parent
c151c13b5e
commit
636d8737c7
2
setup.py
2
setup.py
@ -109,7 +109,7 @@ setup_requires.append('pyutil >= 1.3.16') # used by the Windows installer builde
|
||||
# darcs history.
|
||||
# http://pypi.python.org/pypi/darcsver
|
||||
if 'darcsver' in sys.argv[1:]:
|
||||
setup_requires.append('darcsver >= 1.1.2')
|
||||
setup_requires.append('darcsver >= 1.1.5')
|
||||
|
||||
# setuptools_darcs is required to produce complete distributions (such as with
|
||||
# "sdist" or "bdist_egg"), unless there is a PKG-INFO file present which shows
|
||||
|
Loading…
x
Reference in New Issue
Block a user