mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
import: pypi: Fix typo in docstring.
* guix/import/pypi.scm (guess-requirements): Fix typo.
This commit is contained in:
parent
f0190a5dcd
commit
73e8373060
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ (define (extra? line)
|
|||
(loop requirements))))))))
|
||||
|
||||
(define (guess-requirements source-url wheel-url archive)
|
||||
"Given SOURCE-URL, WHEEL-URL and a ARCHIVE of the package, return a list
|
||||
"Given SOURCE-URL, WHEEL-URL and an ARCHIVE of the package, return a list
|
||||
of the required packages specified in the requirements.txt file. ARCHIVE will
|
||||
be extracted in a temporary directory."
|
||||
|
||||
|
|
Loading…
Reference in a new issue