gnu: python2-pathlib2: Propagate python2-six.

* gnu/packages/python.scm (python2-pathlib2)[native-inputs]: Move to ...
[propagated-inputs] ... here.
This commit is contained in:
Marius Bakke 2018-02-26 04:35:38 +01:00
parent ed519b3c1f
commit 76397e12ad
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -8074,7 +8074,7 @@ (define-public python2-pathlib2
;; standard library. ;; standard library.
(arguments (arguments
`(#:python ,python-2)) `(#:python ,python-2))
(native-inputs (propagated-inputs
`(("python2-six" ,python2-six))) `(("python2-six" ,python2-six)))
(home-page "https://pypi.python.org/pypi/pathlib2/") (home-page "https://pypi.python.org/pypi/pathlib2/")
(synopsis "Object-oriented file system paths - backport of standard (synopsis "Object-oriented file system paths - backport of standard