3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: Remove python2-rauth.

* gnu/packages/python-web.scm (python2-rauth): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:39:13 -04:00
parent 6944240e51
commit 3ccf7ea236
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2988,14 +2988,7 @@ OAuth request-signing logic.")
"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