summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-11-22 07:16:25 +0100
committerRicardo Wurmus <rekado@elephly.net>2021-11-22 08:57:36 +0100
commit297b199c0f2bcc4b8d4ba20b874dd6933d7ea6ef (patch)
tree50dec674d19e189c44ca99684ecc5f26b1eb1378 /gnu/packages/python-web.scm
parentb5016027a01d75f8be9a24819056c37756eaea12 (diff)
downloadguix-patches-297b199c0f2bcc4b8d4ba20b874dd6933d7ea6ef.tar
guix-patches-297b199c0f2bcc4b8d4ba20b874dd6933d7ea6ef.tar.gz
gnu: python-praw: Add missing input.
* gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add python-update-checker.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cadfa05e3a..76fd00fe4f 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