Re: Python Policy suggests dependencies that prevent installation

2006-07-24 Thread Loïc Minier
Hi, (I've opened a bug report against the Python Policy now, please Cc: [EMAIL PROTECTED]) On Sun, Jul 23, 2006, Steve Langasek wrote: > Are we talking about the case in which /usr/bin/python is still << 2.4, or > are we talking about what such packages should do Coming Soon? The poli

Re: Python Policy suggests dependencies that prevent installation

2006-07-23 Thread Steve Langasek
On Sun, Jul 23, 2006 at 07:08:52PM +0200, Loïc Minier wrote: > Python Policy 3.2 states: > 3.2 Programs Using a Particular Python Version > """A program which requires a specific version of Python must begin with > #!/usr/bin/pythonX.Y (or #!/usr/bin/env pythonX.Y). It must also > specify a

Python Policy suggests dependencies that prevent installation

2006-07-23 Thread Loïc Minier
Hi, Python Policy 3.2 states: 3.2 Programs Using a Particular Python Version """A program which requires a specific version of Python must begin with #!/usr/bin/pythonX.Y (or #!/usr/bin/env pythonX.Y). It must also specify a dependency on pythonX.Y and on any pythonX.Y-foo package