diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-07 14:23:59 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-01-07 21:04:27 +0100 |
commit | da0a5d483fbae61612be9e34dc38a72d02de73b5 (patch) | |
tree | 9b0544797ffd16a2a721bcba50fe17a22c475847 /gnu/packages/python-web.scm | |
parent | edbacab9953144a3aa204f9f0eee1584ef321a8f (diff) | |
download | guix-da0a5d483fbae61612be9e34dc38a72d02de73b5.tar.gz |
gnu: python-openid-cla: Add missing inputs.
* gnu/packages/python-web.scm (python-openid-cla)[propagated-inputs]: Add PYTHON-OPENID and PYTHON-SIX.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 07a3582bd5..b813784bb9 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1967,6 +1967,7 @@ Databricks REST APIs.") "102hy2qisvjxp5s0v9lvwqi4f2dk0dhns40vjgn008yxc7k0h3cr")))) (build-system python-build-system) (arguments '(#:tests? #f)) ; No tests. + (propagated-inputs (list python-openid python-six)) (home-page "https://github.com/puiterwijk/python-openid-cla/") (synopsis "Implementation of the OpenID CLA extension for python-openid") (description "@code{openid-cla} is an implementation of the OpenID |