diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 0545527ff4..6563d0dd44 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3287,9 +3287,6 @@ replay them during future tests. It is designed to work with python-requests.") Betamax.") (license license:asl2.0))) -(define-public python2-betamax-matchers - (package-with-python2 python-betamax-matchers)) - (define-public python-betamax-serializers (package (name "python-betamax-serializers") |