diff mbox series

[bug#47165,11/25] gnu: python2-httpbin: Remove package.

Message ID 20210315155544.51139-2-zimon.toutoune@gmail.com
State Accepted
Headers show
Series [bug#47165,01/25] gnu: python2-arrow: Remove package. | expand

Commit Message

Simon Tournier March 15, 2021, 3:55 p.m. UTC
* gnu/packages/web.scm (python2-httpbin): Delete.
---
 gnu/packages/web.scm | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 4a14046d42..f28c3c647e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6135,9 +6135,6 @@  response.  This exists to cover all kinds of HTTP scenarios.  All endpoint respo
 JSON-encoded.")
     (license license:isc)))
 
-(define-public python2-httpbin
-  (package-with-python2 python-httpbin))
-
 (define-public python-pytest-httpbin
   (package
     (name "python-pytest-httpbin")