~ruther/guix-local

76397e12ada2832279fbd37dc89d1484adb5b4b1 — Marius Bakke 8 years ago ed519b3
gnu: python2-pathlib2: Propagate python2-six.

* gnu/packages/python.scm (python2-pathlib2)[native-inputs]: Move to ...
[propagated-inputs] ... here.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +1 -1
@@ 8074,7 8074,7 @@ anymore.")
    ;; standard library.
    (arguments
     `(#:python ,python-2))
    (native-inputs
    (propagated-inputs
     `(("python2-six" ,python2-six)))
    (home-page "https://pypi.python.org/pypi/pathlib2/")
    (synopsis "Object-oriented file system paths - backport of standard