gnu: Remove python2-rauth.
* gnu/packages/python-web.scm (python2-rauth): Delete variable.
parent
6944240e51
commit
3ccf7ea236
|
@ -2988,14 +2988,7 @@ OAuth request-signing logic.")
|
||||||
"Rauth is a Python library for OAuth 1.0/a, 2.0, and Ofly. It also
|
"Rauth is a Python library for OAuth 1.0/a, 2.0, and Ofly. It also
|
||||||
provides service wrappers for convenient connection initialization and
|
provides service wrappers for convenient connection initialization and
|
||||||
authenticated session objects providing things like keep-alive.")
|
authenticated session objects providing things like keep-alive.")
|
||||||
(license license:expat)
|
(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))))))
|
|
||||||
|
|
||||||
(define-public python-unalix
|
(define-public python-unalix
|
||||||
(package
|
(package
|
||||||
|
|
Reference in New Issue