guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/13: gnu: python-openid-cla: Add missing inputs.


From: guix-commits
Subject: 03/13: gnu: python-openid-cla: Add missing inputs.
Date: Sat, 7 Jan 2023 15:14:18 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit da0a5d483fbae61612be9e34dc38a72d02de73b5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jan 7 14:23:59 2023 +0100

    gnu: python-openid-cla: Add missing inputs.
    
    * gnu/packages/python-web.scm (python-openid-cla)[propagated-inputs]: Add
    PYTHON-OPENID and PYTHON-SIX.
---
 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 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]