shushanxingzhe / json-template

Automatically exported from code.google.com/p/json-template
0 stars 0 forks source link

Setup.py dependency chaining broken; fix enclosed #72

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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=28e64f0ac9064e5f7342
d924d960d547df0e0699

please pull

(this is my pull request, there is no other button for it. this feels weird.)

Original issue reported on code.google.com by p...@pauloppenheim.com on 22 Jun 2012 at 5:38

GoogleCodeExporter commented 8 years ago
Done, thanks: 
https://code.google.com/p/json-template/source/detail?r=28e64f0ac9064e5f7342d924
d960d547df0e0699

Original comment by andyc...@gmail.com on 22 Jun 2012 at 9:05