What steps will reproduce the problem?
1. Create a new python project, add a setup.py with a
requires=['jsontemplate'] line to the setup() call
2. Install your new python project
3. New python project fails to run because jsontemplate is not installed
What is the expected output? What do you see instead?
Expected: easy_install / pip grabs cheeseshop version of jsontemplate.
Happens: nothing.