diff options
author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:06 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
commit | 97b767b007789542f18fccc806272471824421e4 (patch) | |
tree | 363f56f9adcc96380877512f68cc524dbd18dc96 /gnu/packages/python-web.scm | |
parent | ea32a37a4823663cbbbde45839bc5c42f6f37ead (diff) | |
download | guix-97b767b007789542f18fccc806272471824421e4.tar guix-97b767b007789542f18fccc806272471824421e4.tar.gz |
gnu: Remove python2-betamax-matchers.
* gnu/packages/python-web.scm (python2-betamax-matchers): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'gnu/packages/python-web.scm')
-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") |