[Python-modules-team] Bug#818730: Bug#818730: FTBFS in unstable

Brian May bam at debian.org
Sun Mar 20 10:00:06 UTC 2016


Steve Langasek <vorlon at debian.org> writes:

> django-pipeline fails to build in unstable with the following error:

Was this on a clean unstable system?

Am wondering if maybe there is something else installed that is badly
interacting with the build process.

Have traced through the code, and all it should be doing in the failing
test is:

to_class('pipeline.compressors.yuglify.YuglifyCompressor')

which in turn returns:

importlib.import_module('pipeline.compressors.yuglify').YuglifyCompressor

I don't see why this should be failing. Particularly as the message
makes it clear that this symbol can be loaded.
-- 
Brian May <bam at debian.org>



More information about the Python-modules-team mailing list