]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: require darcsver always, and not just when we see the string "darcsver" in...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 20 Jan 2009 19:42:29 +0000 (12:42 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 20 Jan 2009 19:42:29 +0000 (12:42 -0700)
setup.py

index 4c1943013f4f036e8541bfc9448e422e985058e5..842e65fd2f3b0cc881bf637760b965456d88b9f2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -144,12 +144,10 @@ setup_requires = []
 # setuptools to satisfy that requirement before Nevow's setup.py tried to "import twisted".
 setup_requires.extend(['Twisted >= 2.4.0', 'setuptools_trial'])
 
-# darcsver is needed only if you want "./setup.py darcsver" to write a new
-# version stamp in src/allmydata/_version.py, with a version number derived from
-# darcs history.
+# darcsver is needed if you want "./setup.py darcsver" to write a new 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.5')
+setup_requires.append('darcsver >= 1.1.5')
 
 # setuptools_trial is needed only if you want "./setup.py trial" to execute the tests.
 # http://pypi.python.org/pypi/setuptools_trial