gnu: Remove python2-betamax.

* gnu/packages/python-web.scm (python2-betamax): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:39:18 -04:00
parent 3ccf7ea236
commit 35caf03b1e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3518,9 +3518,6 @@ (define-public python-betamax
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")