rekado pushed a commit to branch core-updates-frozen
in repository guix.
commit 297b199c0f2bcc4b8d4ba20b874dd6933d7ea6ef
Author: Ricardo Wurmus <[email protected]>
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