summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"