diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 21:21:01 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:55 -0400 |
commit | 9f97098f24a9d49ad51faa9eac1af0bb296e1bc1 (patch) | |
tree | 170595c1210b1a893bb4fde5f64382346ec4d3c4 /gnu/packages/python-web.scm | |
parent | 000663e05fad86ef4c94c7434d5e438ea3e05c0d (diff) | |
download | guix-9f97098f24a9d49ad51faa9eac1af0bb296e1bc1.tar.gz |
gnu: Remove python2-httplib2.
* gnu/packages/python-web.scm (python2-httplib2): Delete variable.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 3 |
1 files changed, 0 insertions, 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") |