On Fri, Sep 4, 2015 at 4:01 PM, Ludovic Courtès <l...@gnu.org> wrote: > Cyril Roelandt <tipec...@gmail.com> 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) >> + ("python-setuptools" ,python-setuptools) >> + ;; Tests > > Shouldn’t python-pbr be propagated? > > Also, I’m under the impression that ‘guix import pypi’ adds > python-setuptools even though it’s usually not required, no?
Oh, if it's not usually required then someone should remove that from the output of 'guix import pypi' so that we don't keep needlessly adding it. - Dave