diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 04afc5131b..8ef36eb922 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21765,9 +21765,6 @@ interpreter when it prints a stack trace.") 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") |