diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:39:18 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:39 -0400 |
commit | 35caf03b1ea7385bad1b72ce20ee7df07a5f2227 (patch) | |
tree | fad2647661389f0136ab775938a3a27ba4a59701 | |
parent | 3ccf7ea236e0650f8b905df9f832bdde4b185ba9 (diff) |
gnu: Remove python2-betamax.
* gnu/packages/python-web.scm (python2-betamax): Delete variable.
-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 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") |