]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
fix build breakage caused by auto_deps setuptools stuff
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 23 Jan 2008 02:32:55 +0000 (19:32 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 23 Jan 2008 02:32:55 +0000 (19:32 -0700)
commit589c8d158a455d50cc16a2ea079637f9f76488b0
treebf686f832454c0513b67fd068378c23c5c0ee811
parent68c2d54c0b8f86b19574f314d063cd123b40a57a
fix build breakage caused by auto_deps setuptools stuff

zooko recently added a runtime check, via setuptools, that specific versions of various
packages were reported as available through setuptools at runtime.

however exe and app builds run with collected egg contents, not linked against entire
eggs, i.e. the code is transcluded into a single library.zip

thus setuptools reports that those specific version cannot be reported as available,
though they are in fact available built into the library

this disables that runtime check if the app is running 'frozen'
_auto_deps.py