guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-pathlib2: Add comment.


From: Hartmut Goebel
Subject: 01/01: gnu: python-pathlib2: Add comment.
Date: Thu, 27 Oct 2016 08:10:05 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit 49a531f54541e65a0773452a7e5aaeb734116af0
Author: Hartmut Goebel <address@hidden>
Date:   Thu Oct 27 10:09:10 2016 +0200

    gnu: python-pathlib2: Add comment.
    
    As suggested by Efraim Flashner.
    
    * gnu/packages/python.scm (python-pathlib2): Add comment.
---
 gnu/packages/python.scm |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cff9897..459a44c 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8898,6 +8898,9 @@ anymore.")
                (base32
                 "0p050msg5c8d0kadv702jnfshaxrb0il765cpkgnhn6mq5hakcyy"))))
     (build-system python-build-system)
+    ;; We only need the the Python 2 variant, since for Python 3 our minimum
+    ;; version is 3.4 which already includes this package as part of the
+    ;; standard library.
     (arguments
      `(#:python ,python-2))
     (native-inputs



reply via email to

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