diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-27 10:09:10 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-27 10:09:10 +0200 |
commit | 49a531f54541e65a0773452a7e5aaeb734116af0 (patch) | |
tree | 5f889a6d1553b220e088aad792600c4327f3a744 | |
parent | 522fc32ebd34b6cb68bb2aa3156360c06826e106 (diff) |
gnu: python-pathlib2: Add comment.
As suggested by Efraim Flashner.
* gnu/packages/python.scm (python-pathlib2): Add comment.
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index cff9897dd4..459a44c4ca 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 |