diff options
author | Brett Gilio <brettg@posteo.net> | 2019-02-07 21:58:27 -0600 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-02-12 23:30:16 +0100 |
commit | afb2971506d2342d27d4876d8a75f4ffa7e57462 (patch) | |
tree | 0da92f39ec1cb1cd7cabb090319944f43cd8727f /gnu/packages/python-xyz.scm | |
parent | 201253674bca6a1bf5d45e2af46fbb5c34f060bf (diff) | |
download | guix-afb2971506d2342d27d4876d8a75f4ffa7e57462.tar guix-afb2971506d2342d27d4876d8a75f4ffa7e57462.tar.gz |
gnu: python2-rope: Change comment to reflect partial python3 support
* gnu/packages/python-xyz.scm (python2-rope): Change comment to reflect
partial python 3 support
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6c97e5989a..ac22a69d80 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8846,8 +8846,7 @@ Python. It generates C++ code and a Makefile.")) (base32 "1cppm0pa9aqgsbkq130lskrzmrvjs5vpiavjjbhpz2fdw52w8251")))) (arguments - ;; Rope is currently python-2 only. - ;; https://github.com/python-rope/rope/issues/57 + ;; Rope has only partial python3 support, see `python-rope' `(#:python ,python-2)) (build-system python-build-system) (native-inputs |