guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: python-praw: Add missing input.


From: guix-commits
Subject: 02/10: gnu: python-praw: Add missing input.
Date: Mon, 22 Nov 2021 02:58:39 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 297b199c0f2bcc4b8d4ba20b874dd6933d7ea6ef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 22 07:16:25 2021 +0100

    gnu: python-praw: Add missing input.
    
    * gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add
    python-update-checker.
---
 gnu/packages/python-web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cadfa05..76fd00f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -157,6 +157,7 @@
        ("python-pytest" ,python-pytest)))
     (propagated-inputs
      `(("python-prawcore" ,python-prawcore)
+       ("python-update-checker" ,python-update-checker)
        ("python-websocket-client" ,python-websocket-client)))
     (synopsis "Python Reddit API Wrapper")
     (description "PRAW is a Python package that allows for simple access to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]