mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-openid-teams: Add missing inputs.
* gnu/packages/python-web.scm (python-openid-teams)[propagated-inputs]: Add PYTHON-OPENID and PYTHON-SIX.
This commit is contained in:
parent
da0a5d483f
commit
3a835f7dd4
1 changed files with 1 additions and 0 deletions
|
@ -1987,6 +1987,7 @@ (define-public python-openid-teams
|
|||
"05zrh78alav24rxkbqlpbad6d3x2nljk6z6j7kflxf3vdqa7w969"))))
|
||||
(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-teams/")
|
||||
(synopsis "Implementation of the OpenID teams extension for python-openid")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue