On Mar 10, 2011, at 10:31 AM, Patrick Crews wrote: > > What I am wanting to know is what people's thoughts are regarding requiring > python 2.5 for Drizzle/dbqp. I have done some initial work at making the > script 2.4 friendly, but we are missing some annoyingly basic things in 2.4 > that would require doing ugly things to the code. I'd prefer not to hack > things up just so it can run on some old-@$$ version of python, but then I am > a bit biased.
Since Drizzle7 already has dependency needs from EPEL in both 5 and 6, I don't think this is a problem. I co-own the python26 side-by-side install which exists in EPEL 5. For the RPM builds, we would simply need to "BuildRequires: python26", and call "/usr/bin/python2.6" explicitly to run dbqp.py. This would happen automagically in the RPM since we override __python to point to this binary for python26 builds. Should there be other python dependencies, they would need to be provided by a similar "python26-xxxxx" package in EPEL (which we [read I] can add if missing". The only python dep we currently have in the RPM spec is for python-uuid which was added in python 2.6 and would no longer be required. --- derks _______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

