mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: Remove python2-rauth.
* gnu/packages/python-web.scm (python2-rauth): Delete variable.
This commit is contained in:
parent
6944240e51
commit
3ccf7ea236
1 changed files with 1 additions and 8 deletions
|
@ -2988,14 +2988,7 @@ (define-public python-rauth
|
|||
"Rauth is a Python library for OAuth 1.0/a, 2.0, and Ofly. It also
|
||||
provides service wrappers for convenient connection initialization and
|
||||
authenticated session objects providing things like keep-alive.")
|
||||
(license license:expat)
|
||||
(properties `((python2-variant . ,(delay python2-rauth))))))
|
||||
|
||||
(define-public python2-rauth
|
||||
(let ((base (package-with-python2 (strip-python2-variant python-rauth))))
|
||||
(package/inherit base
|
||||
(native-inputs `(("python2-unittest2" ,python2-unittest2)
|
||||
,@(package-native-inputs base))))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python-unalix
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue