summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 17:39:18 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:52:39 -0400
commit35caf03b1ea7385bad1b72ce20ee7df07a5f2227 (patch)
treefad2647661389f0136ab775938a3a27ba4a59701 /gnu/packages/python-web.scm
parent3ccf7ea236e0650f8b905df9f832bdde4b185ba9 (diff)
downloadguix-patches-35caf03b1ea7385bad1b72ce20ee7df07a5f2227.tar
guix-patches-35caf03b1ea7385bad1b72ce20ee7df07a5f2227.tar.gz
gnu: Remove python2-betamax.
* gnu/packages/python-web.scm (python2-betamax): Delete variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 3ae2e21f2c..cc0061b0bf 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3518,9 +3518,6 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
replay them during future tests. It is designed to work with python-requests.")
(license license:expat)))
-(define-public python2-betamax
- (package-with-python2 python-betamax))
-
(define-public python-betamax-matchers
(package
(name "python-betamax-matchers")