guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: python2-pathlib2: Propagate python2-six.


From: Marius Bakke
Subject: 02/07: gnu: python2-pathlib2: Propagate python2-six.
Date: Sun, 25 Feb 2018 23:07:51 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 76397e12ada2832279fbd37dc89d1484adb5b4b1
Author: Marius Bakke <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]