Re: [PATCH 2/2] gnu: Add oslo.i18n.

2015-09-06 Thread Cyril Roelandt
On 09/06/2015 11:01 PM, Ludovic Courtès wrote: > Yes, definitely. This counterexample invalidates my theory. ;-) K, I'll push the patch (with oslo.i18n updated to 2.5.0) once pbr 1.6.0 has been pushed. Cyril.

Re: [PATCH 2/2] gnu: Add oslo.i18n.

2015-09-06 Thread Ludovic Courtès
Cyril Roelandt skribis: > On 09/05/2015 10:26 PM, Ludovic Courtès wrote: >> I had a vague recollection that maybe setuptools was now part of Python >> core, so when I packaged ‘patches’ I removed it and everything was fine. > > That does ring a bell, but I don't know for sure. Anyway I tried > co

Re: [PATCH 2/2] gnu: Add oslo.i18n.

2015-09-06 Thread Cyril Roelandt
On 09/05/2015 10:26 PM, Ludovic Courtès wrote: > I had a vague recollection that maybe setuptools was now part of Python > core, so when I packaged ‘patches’ I removed it and everything was fine. That does ring a bell, but I don't know for sure. Anyway I tried compiling python-oslo.i18n without py

Re: [PATCH 2/2] gnu: Add oslo.i18n.

2015-09-05 Thread Ludovic Courtès
"Thompson, David" skribis: > On Fri, Sep 4, 2015 at 4:01 PM, Ludovic Courtès wrote: >> Cyril Roelandt skribis: >> >>> * gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New >>> variables. >> >> [...] >> >>> +(propagated-inputs >>> + `(("python-babel" ,python-babel) >

Re: [PATCH 2/2] gnu: Add oslo.i18n.

2015-09-04 Thread Thompson, David
On Fri, Sep 4, 2015 at 4:01 PM, Ludovic Courtès wrote: > Cyril Roelandt skribis: > >> * gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New >> variables. > > [...] > >> +(propagated-inputs >> + `(("python-babel" ,python-babel) >> +("python-six" ,python-six)))

Re: [PATCH 2/2] gnu: Add oslo.i18n.

2015-09-04 Thread Cyril Roelandt
On 09/04/2015 10:01 PM, Ludovic Courtès wrote: > Cyril Roelandt skribis: > >> * gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New >> variables. > > [...] > >> +(propagated-inputs >> + `(("python-babel" ,python-babel) >> +("python-six" ,python-six))) >> +

Re: [PATCH 2/2] gnu: Add oslo.i18n.

2015-09-04 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New > variables. [...] > +(propagated-inputs > + `(("python-babel" ,python-babel) > +("python-six" ,python-six))) > +(inputs > + `(("python-pbr" ,python-pbr) > +("py

[PATCH 2/2] gnu: Add oslo.i18n.

2015-09-01 Thread Cyril Roelandt
* gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New variables. --- gnu/packages/openstack.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index ddd2f50..8e96455 100644 --- a/gn