gnu: python-praw: Add missing input.

* gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add
python-update-checker.
This commit is contained in:
Ricardo Wurmus 2021-11-22 07:16:25 +01:00
parent b5016027a0
commit 297b199c0f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -157,6 +157,7 @@ (define-public python-praw
("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