gnu: python-praw: Add missing input.
* gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add python-update-checker.
This commit is contained in:
parent
b5016027a0
commit
297b199c0f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue