<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Mimic, the <a href="http://requires.io" class="">requires.io</a> PR that upgraded us to Twisted 16.4 broke the build.<div class=""><br class=""></div><div class="">It did so in a really weird way: <a href="https://travis-ci.org/rackerlabs/mimic/jobs/156439316" class="">https://travis-ci.org/rackerlabs/mimic/jobs/156439316</a></div><div class=""><br class=""></div><div class="">Specifically, our mac app CI tests failed like so:</div><div class=""><br class=""></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;" class=""><div class="">  File "pkg_resources/extern/__init__.pyc", line 61, in load_module</div><div class="">    </div><div class="">exceptions.ImportError: The 'appdirs' package is required; normally this is bundled with this package so if you get this warning, consult the packager of your distribution.</div></blockquote><div class=""><br class=""></div><div class="">Any idea why 'appdirs' might suddenly become a hard dependency of pkg_resources, but only in the py2app bundle?  Did something change about the way we referenced dependencies?</div><div class=""><br class=""></div><div class="">-glyph</div></body></html>