[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31562] [PATCH 1/5] gnu: Add python2-oauth2client.
From: |
Mathieu Othacehe |
Subject: |
[bug#31562] [PATCH 1/5] gnu: Add python2-oauth2client. |
Date: |
Wed, 23 May 2018 10:35:18 +0200 |
* gnu/packages/python-web.scm (python2-oauth2client): New variable.
---
gnu/packages/python-web.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 8ebae2e..dc1f9a1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -25,6 +25,7 @@
;;; Copyright © 2017 Mark Meyer <address@hidden>
;;; Copyright © 2018 Tomáš Čech <address@hidden>
;;; Copyright © 2018 Nicolas Goaziou <address@hidden>
+;;; Copyright © 2018 Mathieu Othacehe <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2090,6 +2091,9 @@ users' sessions over extended periods of time.")
library for Python")
(license license:asl2.0)))
+(define-public python2-oauth2client
+ (package-with-python2 python-oauth2client))
+
(define-public python-flask-oidc
(package
(name "python-flask-oidc")
--
2.7.4
- [bug#31562] [PATCH 1/5] gnu: Add python2-oauth2client.,
Mathieu Othacehe <=
- [bug#31566] [PATCH 5/5] gnu: Add python2-gdrivefs., Mathieu Othacehe, 2018/05/23
- [bug#31563] [PATCH 2/5] gnu: Add python-google-api-client., Mathieu Othacehe, 2018/05/23
- [bug#31564] [PATCH 4/5] gnu: Add python-fusepy., Mathieu Othacehe, 2018/05/23
- [bug#31565] [PATCH 3/5] gnu: Add python-gipc., Mathieu Othacehe, 2018/05/23
- [bug#31562] [PATCH 1/5] gnu: Add python2-oauth2client., Leo Famulari, 2018/05/24