mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-11 20:11:47 +00:00
setup: a tiny tweak to setup to avoid requiring darcsver package if the user isn't invoking "./setup.py darcsver"
The real reason for this patch is to test our patch management infrastructure.
This commit is contained in:
1
setup.py
1
setup.py
@ -109,6 +109,7 @@ setup_requires.append('twisted >= 2.4.0') # for trial, and because foolscap <= 0
|
||||
# version stamp in src/allmydata/_version.py, with a version number derived from
|
||||
# darcs history.
|
||||
# http://pypi.python.org/pypi/darcsver
|
||||
if 'darcsver' in sys.argv[1:]:
|
||||
setup_requires.append('darcsver >= 1.1.2')
|
||||
|
||||
# setuptools_darcs is required to produce complete distributions (such as with
|
||||
|
Reference in New Issue
Block a user