Re: Python2-jsonschema fails

2016-01-19 Thread Ludovic Courtès
Leo Famulari skribis: > On Mon, Jan 18, 2016 at 04:03:34PM +0100, Andreas Enge wrote: >> 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 me

Re: Python2-jsonschema fails

2016-01-19 Thread Andreas Enge
On Mon, Jan 18, 2016 at 05:46:00PM -0500, Leo Famulari wrote: > Shall we open a bug for this? It was discussed in #22013 [0] but that > specific issue was solved and the bug was closed in expectation of a > more general bug report. I think it would be helpful to not forget the problem. Andreas

Re: Python2-jsonschema fails

2016-01-18 Thread Leo Famulari
On Mon, Jan 18, 2016 at 04:03:34PM +0100, Andreas Enge wrote: > 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-pytho

Re: Python2-jsonschema fails

2016-01-18 Thread Efraim Flashner
On Mon, 18 Jan 2016 11:15:56 +0100 Andreas Enge wrote: > Hello, > > on commit c3e919d in master, python2-jsonschema fails compilation: >http://hydra.gnu.org/build/945743 > This is probably due to the update in commit b3667af. > > The build log shows that it is trying

Re: Python2-jsonschema fails

2016-01-18 Thread Andreas Enge
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-jsonsch

Re: Python2-jsonschema fails

2016-01-18 Thread Cyril Roelandt
On 01/18/2016 03:41 PM, Efraim Flashner wrote: > > Yes but it has a cascading effect through python.scm and openstack.scm > Yes, a bunch of packages will have to be rebuilt, but there is nothing we can do about this, I'm afraid. Cyril.

Re: Python2-jsonschema fails

2016-01-18 Thread Efraim Flashner
On Mon, 18 Jan 2016 13:55:16 +0100 Cyril Roelandt wrote: > On 01/18/2016 11:15 AM, Andreas Enge wrote: > > The build log shows that it is trying to download packages from pypi, > > namely functools32. Maybe there is an input to be added? > > Yes, but functools32 should only be added to the inp

Re: Python2-jsonschema fails

2016-01-18 Thread Cyril Roelandt
On 01/18/2016 11:15 AM, Andreas Enge wrote: > The build log shows that it is trying to download packages from pypi, > namely functools32. Maybe there is an input to be added? Yes, but functools32 should only be added to the inputs of python2-jsonchema, since it is a backport of a Python 3 library.

Python2-jsonschema fails

2016-01-18 Thread Andreas Enge
Hello, on commit c3e919d in master, python2-jsonschema fails compilation: http://hydra.gnu.org/build/945743 This is probably due to the update in commit b3667af. The build log shows that it is trying to download packages from pypi, namely functools32. Maybe there is an input to be added? It