| Issue 72: | Setup.py dependency chaining broken; fix enclosed | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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. Please provide any additional information below. I fixed this already: https://code.google.com/r/paul-jsontemplate/source/detail?r=28e64f0ac9064e5f7342d924d960d547df0e0699 please pull (this is my pull request, there is no other button for it. this feels weird.)
Jun 22, 2012
Project Member
#1
andyc...@gmail.com
Status:
Fixed
|