gnu: Remove python2-ratelimiter.

* gnu/packages/python-xyz.scm (python2-ratelimiter): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:46:02 -04:00
parent 8b3125c069
commit 72fe78ab85
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -21765,9 +21765,6 @@ (define-public python-ratelimiter
executed more than a given number of times during a given period.")
(license license:asl2.0)))
(define-public python2-ratelimiter
(package-with-python2 python-ratelimiter))
(define-public python-jsonrpclib-pelix
(package
(name "python-jsonrpclib-pelix")