mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-xlrd: Fix comment.
* gnu/packages/python-xyz.scm (python-xlrd)[arguments]: Turn comment into a full sentence.
This commit is contained in:
parent
7a97a26d01
commit
3ccdd3a5ff
1 changed files with 2 additions and 2 deletions
|
@ -7258,8 +7258,8 @@ Supported netlink families and protocols include:
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Some tests depend on writing a temp file
|
;; Some tests depend on writing a temporary file to the user's home
|
||||||
;; to the user's home directory
|
;; directory.
|
||||||
(add-after 'unpack 'fix-tests
|
(add-after 'unpack 'fix-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
(delete-file "tests/test_open_workbook.py")
|
(delete-file "tests/test_open_workbook.py")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue