[11:49:56] <nanonyme> Yargh, new versions of easy_install apparently try to fetch dependencies from PyPI instead of from the local package and totally break if the package is not on PyPI
[11:50:18] <agronholm> "instead of the local package" <- wut?
[11:50:33] <agronholm> you shouldn't be using easy_install anymore
[11:51:12] <nanonyme> agronholm, it's still the only choice for packages shipped only as eggs
[11:54:22] <nanonyme> What happens is it first installs it, then starts looking up on pypi.python.org for dependencies
[11:54:40] <agronholm> and where would you have it look for dependencies then?
[11:54:48] <nanonyme> Or rather, tries to look up *that* package from pypi.python.org so it can resolve its dependencies
[11:55:00] <nanonyme> That package doesn't exist there, the dependencies probably would
[11:55:13] <nanonyme> This is in-house software, not publicly released
[11:55:56] <agronholm> ok so your problem is that it doesn't even try to install the local egg?
[11:56:30] <nanonyme> It prints that it installed it, then it says it's processing dependencies, after that it ends up searching the package from pypi.python.org
[11:57:21] <agronholm> that is probably not a commonly tested use case
[11:57:24] <nanonyme> Which fails because we don't publish to pypi.python.org
[11:57:43] <agronholm> I assume you have no administrative control over the packaging process?
[11:57:53] <nanonyme> Ugh, probably. I guess I'll have to kick the devs harder to stop releasing eggs