diff options
author | Marius Bakke <marius@gnu.org> | 2023-01-07 14:24:25 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2023-01-07 21:04:27 +0100 |
commit | 3a835f7dd493b34ddf964d51923627a6d9db49a8 (patch) | |
tree | 7e8eb2b1c66a0d1298a3a698b55d76bd5d3c7e7d /gnu/packages/python-web.scm | |
parent | da0a5d483fbae61612be9e34dc38a72d02de73b5 (diff) | |
download | guix-3a835f7dd493b34ddf964d51923627a6d9db49a8.tar.gz |
gnu: python-openid-teams: Add missing inputs.
* gnu/packages/python-web.scm (python-openid-teams)[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 b813784bb9..7daa1b636c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -1987,6 +1987,7 @@ contributor license agreement extension for python-openid.") "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 |