mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-black: Document the tomli version requirements.
* gnu/packages/python-xyz.scm (python-black): Add comment.
This commit is contained in:
parent
f928b56d13
commit
f3d0ed37ea
1 changed files with 2 additions and 0 deletions
|
@ -5238,6 +5238,8 @@ (define-public python-black
|
|||
(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"
|
||||
|
|
Loading…
Reference in a new issue