From 9f97098f24a9d49ad51faa9eac1af0bb296e1bc1 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 21:21:01 -0400 Subject: gnu: Remove python2-httplib2. * gnu/packages/python-web.scm (python2-httplib2): Delete variable. --- gnu/packages/python-web.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6b7585d10e..f1655bbf85 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -811,9 +811,6 @@ over a different origin than that of the web application.") other HTTP libraries.") (license license:expat))) -(define-public python2-httplib2 - (package-with-python2 python-httplib2)) - (define-public httpie (package (name "httpie") -- cgit 1.4.1