Hi Sylvain,

On Mon, Mar 22, 2010 at 08:25, Sylvain Thénault
<[email protected]> wrote:
> On 20 mars 10:18, Sandro Tosi wrote:
>> I fear it's still wrong. distutils 2.5.1 supports --install-layout=deb
>> but the check:
>>
>> In [3]: tuple([int(x) for x in distutils_version.split('.')]) <= (2, 5, 1)
>> Out[3]: True
>>
>> that causes again to drop that option. You can, for example, check got
>> a strictly lower version than 2.5.1 but don't know how correct it
>> could be.
>
> If you tell me we shoud use --install-layout=dev with python < 2.5.1 and not
> <= 2.5.1, changing the comparison into strict comparison should definitly
> do the trick and I'll do that.

Well, what I say is that distutils version 2.5.1 supports
--install-layout=deb (the example is the debian package :) ) so using
a stricter check will allow to build logilab-common in a Debian sid
environment without patching.

Thanks for your support,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to