mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ matching of file paths.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-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
|
(add-after 'unpack 'relax-version-requirements
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue