mbakke pushed a commit to branch master
in repository guix.
commit 76397e12ada2832279fbd37dc89d1484adb5b4b1
Author: Marius Bakke <[email protected]>
Date: Mon Feb 26 04:35:38 2018 +0100
gnu: python2-pathlib2: Propagate python2-six.
* gnu/packages/python.scm (python2-pathlib2)[native-inputs]: Move to ...
[propagated-inputs] ... here.
---
gnu/packages/python.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1b5e383..82108ba 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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