Discussion:
Issue 72 in json-template: Setup.py dependency chaining broken; fix enclosed
j***@public.gmane.org
2012-06-22 05:38:22 UTC
Permalink
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 72 by p...-kaZH5TR3uB4+7OPqRzgBSAC/***@public.gmane.org: Setup.py dependency chaining
broken; fix enclosed
http://code.google.com/p/json-template/issues/detail?id=72

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.)
--
You received this message because you are subscribed to the Google Groups "JSON Template" group.
To post to this group, send email to json-template-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to json-template+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/json-template?hl=en.
j***@public.gmane.org
2012-06-22 09:05:51 UTC
Permalink
Updates:
Status: Fixed

Comment #1 on issue 72 by andyc...-***@public.gmane.org: Setup.py dependency chaining
broken; fix enclosed
http://code.google.com/p/json-template/issues/detail?id=72

Done, thanks:
https://code.google.com/p/json-template/source/detail?r=28e64f0ac9064e5f7342d924d960d547df0e0699
--
You received this message because you are subscribed to the Google Groups "JSON Template" group.
To post to this group, send email to json-template-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
To unsubscribe from this group, send email to json-template+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit this group at http://groups.google.com/group/json-template?hl=en.
Loading...