guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: Add python2-oauth2client.


From: Mathieu Othacehe
Subject: 01/05: gnu: Add python2-oauth2client.
Date: Fri, 25 May 2018 04:38:08 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 1ceca46b0605426885caf4f7f7321203261a4789
Author: Mathieu Othacehe <address@hidden>
Date:   Wed May 23 10:02:22 2018 +0200

    gnu: Add python2-oauth2client.
    
    * 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")



reply via email to

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