mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 06:06:40 +00:00
setup_require pyutil >= 1.3.16, as the Windows installer builder's misc/sub-ver.py relies on it
This commit is contained in:
parent
d39d1661bd
commit
7213348f86
2
setup.py
2
setup.py
@ -98,7 +98,7 @@ dependency_links=[os.path.join(miscdeps, t) for t in os.listdir(miscdeps) if t.e
|
||||
# tahoe source when that source was built.
|
||||
dependency_links.append("http://allmydata.org/trac/tahoe/wiki/Dependencies")
|
||||
|
||||
setup_requires = []
|
||||
setup_requires = ['pyutil >= 1.3.16'] # used by the Windows installer builder, see misc/sub-ver.py
|
||||
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user