From f3d0ed37ea0cadbe56025e62c2f2c5e28014d041 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 29 Jan 2022 18:29:11 -0500 Subject: gnu: python-black: Document the tomli version requirements. * gnu/packages/python-xyz.scm (python-black): Add comment. --- gnu/packages/python-xyz.scm | 2 ++ 1 file changed, 2 insertions(+) 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" -- cgit v1.2.3