diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-29 18:29:11 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-29 18:29:32 -0500 |
commit | f3d0ed37ea0cadbe56025e62c2f2c5e28014d041 (patch) | |
tree | 190c3f5e8408469ecdcbd03c56f27d992d796473 | |
parent | f928b56d132e426e5a04db6aa3653debbf0938db (diff) | |
download | guix-f3d0ed37ea0cadbe56025e62c2f2c5e28014d041.tar.gz |
gnu: python-black: Document the tomli version requirements.
* gnu/packages/python-xyz.scm (python-black): Add comment.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a1cb1231f9..4f77fae8d0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -5238,6 +5238,8 @@ matching of file paths.") (arguments `(#:phases (modify-phases %standard-phases + ;; XXX Remove this when updating this package: + ;; https://github.com/psf/black/issues/2703#issuecomment-1004752142 (add-after 'unpack 'relax-version-requirements (lambda _ (substitute* "setup.py" |