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
1 changed files with 1 additions and 1 deletions

View File

@ -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