mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-openid-cla: Add missing inputs.
* gnu/packages/python-web.scm (python-openid-cla)[propagated-inputs]: Add PYTHON-OPENID and PYTHON-SIX.
This commit is contained in:
parent
edbacab995
commit
da0a5d483f
1 changed files with 1 additions and 0 deletions
|
@ -1967,6 +1967,7 @@ (define-public python-openid-cla
|
|||
"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
|
||||
|
|
Loading…
Reference in a new issue