From 297b199c0f2bcc4b8d4ba20b874dd6933d7ea6ef Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 22 Nov 2021 07:16:25 +0100 Subject: 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 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 -- cgit v1.2.3