Django 1.4 dependency when packaging a Precise application

Posted by Caustic on Ask Ubuntu See other posts from Ask Ubuntu or by Caustic
Published on 2012-10-02T05:58:16Z Indexed on 2012/10/02 9:49 UTC
Read the original article Hit count: 386

Filed under:
|

I am trying to package a program I wrote that depends on Django 1.4.1 in Ubuntu 12.04. As Django 1.4.1 isn't available in Precise I am wondering if it is best to:

Package up Django 1.4.1 and drop it in my ppa

OR

write a script that wgets Django at build time and installs.

OR

Something better that I haven't thought of.

I am still inexperienced with packaging and would appreciate some advice

Thanks

© Ask Ubuntu or respective owner

Related posts about packaging

Related posts about django