summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-03-15 16:55:36 +0100
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-03-23 21:38:04 -0400
commit7502c13895b9f1548106dfa2323a4143d2dc91b3 (patch)
treefeca6a2d72747f75c750c1af20cd9a92336e76b6
parentdab3c57d587eee2a005c9a6534cfd4c706e679fa (diff)
downloadguix-patches-7502c13895b9f1548106dfa2323a4143d2dc91b3.tar
guix-patches-7502c13895b9f1548106dfa2323a4143d2dc91b3.tar.gz
gnu: python2-httpbin: Remove package.
* gnu/packages/web.scm (python2-httpbin): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
-rw-r--r--gnu/packages/web.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index ef11cb6a1c..1e93308fb0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6209,9 +6209,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")