On Mon, Jan 18, 2016 at 03:53:05PM +0100, Cyril Roelandt wrote: > Yes, a bunch of packages will have to be rebuilt, but there is nothing > we can do about this, I'm afraid.
I think what Efraim meant was that package-with-python2 does not work when dealing with packages depending on python2-jsonschema. They will then not depend on python2-jsonschema (built with python2-functools32), but on the recursively rewritten (package-with-python2 python-jsonschema), which does not include python2-functools32 in its inputs. We already have this rather unpleasant problem around the numpy/matplotlib universe. A cheating workaround would be to also add python-functools32 to the inputs of python-jsonschema, assuming that it would be superfluous, but not impossible, that is, not creating a conflict. Andreas