summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-01-29 18:29:11 -0500
committerLeo Famulari <leo@famulari.name>2022-01-29 18:29:32 -0500
commitf3d0ed37ea0cadbe56025e62c2f2c5e28014d041 (patch)
tree190c3f5e8408469ecdcbd03c56f27d992d796473
parentf928b56d132e426e5a04db6aa3653debbf0938db (diff)
downloadguix-patches-f3d0ed37ea0cadbe56025e62c2f2c5e28014d041.tar
guix-patches-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.scm2
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"