summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorRovanion Luckey <rovanion.luckey@gmail.com>2020-11-26 20:59:19 +0100
committerLeo Famulari <leo@famulari.name>2021-04-22 23:56:43 -0400
commit9215f35b78e40d31ebece54fb7938aa321ec9130 (patch)
tree2e96c5660508a33d649dae7e907cae2f3f814ba3 /guix
parent64afc72962a486153f2198812bfb2822e8916aa8 (diff)
downloadguix-patches-9215f35b78e40d31ebece54fb7938aa321ec9130.tar
guix-patches-9215f35b78e40d31ebece54fb7938aa321ec9130.tar.gz
import: pypi: Clarify docstring of parse-requires.txt
* guix/import/pypi.scm (parse-requires.txt): Document the parameter more explicitly. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'guix')
-rw-r--r--guix/import/pypi.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm
index bf4dc50138..6731d50891 100644
--- a/guix/import/pypi.scm
+++ b/guix/import/pypi.scm
@@ -229,8 +229,8 @@ the input field."
'("test" "dev")))
(define (parse-requires.txt requires.txt)
- "Given REQUIRES.TXT, a Setuptools requires.txt file, return a list of lists
-of requirements.
+ "Given REQUIRES.TXT, a path to a Setuptools requires.txt file, return a list
+of lists of requirements.
The first list contains the required dependencies while the second the
optional test dependencies. Note that currently, optional, non-test