gnu: python-black: Document the tomli version requirements.
* gnu/packages/python-xyz.scm (python-black): Add comment.master
parent
f928b56d13
commit
f3d0ed37ea
|
@ -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"
|
||||
|
|
Reference in New Issue