diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-03-15 16:55:36 +0100 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-03-23 21:38:04 -0400 |
commit | 7502c13895b9f1548106dfa2323a4143d2dc91b3 (patch) | |
tree | feca6a2d72747f75c750c1af20cd9a92336e76b6 /gnu | |
parent | dab3c57d587eee2a005c9a6534cfd4c706e679fa (diff) |
gnu: python2-httpbin: Remove package.
* gnu/packages/web.scm (python2-httpbin): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 3 |
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") |