mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add python2-oauth2client.
* gnu/packages/python-web.scm (python2-oauth2client): New variable.
This commit is contained in:
parent
c75c9b05e1
commit
1ceca46b06
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
;;; Copyright © 2017 Mark Meyer <mark@ofosos.org>
|
||||
;;; Copyright © 2018 Tomáš Čech <sleep_walker@gnu.org>
|
||||
;;; Copyright © 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||
;;; Copyright © 2018 Mathieu Othacehe <m.othacehe@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -2090,6 +2091,9 @@ (define-public python-oauth2client
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue