https://bugzilla.wikimedia.org/show_bug.cgi?id=55584
Merlijn van Deen valhallasw@arctus.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://github.com/yardenac | |/pkgbuilds/blob/master/pack | |ages/python2-pywikibot-git/
--- Comment #5 from Merlijn van Deen valhallasw@arctus.nl --- I'm not sure -- it sounds like Setuptools installing itself to me (at least easy-install.pth is from Setuptools, and I think the site.py makes sure .egg's work.
Are you building on a system that has a recent-enough (2.0+) version of Setuptools installed? That might cause this, I think. It's not (or should not be) a runtime dependency, though.
Also, maybe you should use
python setup.py build
instead of
python setup.py install
as the latter is supposed to install dependencies, while the former just builds the set of files from to install.