Code review comment for lp:~arky/ubuntu/karmic/envyng-core/fix-411915

Revision history for this message
James Westby (james-w) wrote :

Ok, because I forgot to upload this straight away it now
fails to build.

There is a new python-distutils-extra in the archive, 2.10,
and so this check now fails:

  assert DistUtilsExtra.auto.__version__ >= '2.4', 'needs DistUtilsExtra.auto >= 2.4'

because it's not a version number comparison.

Not too hard to fix, I'm not sure what an elegant way to do so
is. Any suggestions?

Thanks,

James

« Back to merge proposal