[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
- branch master updated (7f96726607 -> d15972194a), guix-commits, 2023/01/07
- 04/13: gnu: python-openid-teams: Add missing inputs., guix-commits, 2023/01/07
- 02/13: gnu: Use old setuptools in packages that relies on use_2to3 conversion., guix-commits, 2023/01/07
- 01/13: gnu: python-setuptools: Add 57.5.0., guix-commits, 2023/01/07
- 05/13: gnu: Remove python-trollius-redis., guix-commits, 2023/01/07
- 03/13: gnu: python-openid-cla: Add missing inputs.,
guix-commits <=
- 07/13: gnu: Remove python-pyev., guix-commits, 2023/01/07
- 12/13: gnu: ipxe: Use G-expression., guix-commits, 2023/01/07
- 06/13: gnu: python-capstone: Fix tests., guix-commits, 2023/01/07
- 08/13: gnu: python-pytidylib: Fix failing test., guix-commits, 2023/01/07
- 11/13: gnu: python-funcy: Use pyproject-build-system., guix-commits, 2023/01/07
- 13/13: gnu: ipxe: Enable syslinux only on i686-linux and x86_64-linux., guix-commits, 2023/01/07
- 09/13: gnu: python-gyp: Update to 0.0.0-1.9d09418., guix-commits, 2023/01/07
- 10/13: gnu: python-whatever: Use pyproject-build-system., guix-commits, 2023/01/07