diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-06-08 16:37:47 +0200 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-06-08 13:10:27 -0400 |
commit | 2b0eddbb3926a6b22fffe323ae76e6e51d2cbe1b (patch) | |
tree | cd75b0a5faf1f1af07d38a17ff214795a127a9db /gnu/packages | |
parent | 80e05a5bdfda556fd1c1cb9ae0795f04776b1bab (diff) | |
download | guix-2b0eddbb3926a6b22fffe323ae76e6e51d2cbe1b.tar.gz guix-2b0eddbb3926a6b22fffe323ae76e6e51d2cbe1b.zip |
gnu: python2-mechanicalsoup: Remove package.
* gnu/packages/python-web.scm (python2-mechanicalsoup): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages')
-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 81cd4daea2..86a732fa1b 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -826,9 +826,6 @@ websites. It automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn’t do JavaScript.") (license license:expat))) -(define-public python2-mechanicalsoup - (package-with-python2 python-mechanicalsoup)) - (define-public python-hyperframe (package (name "python-hyperframe") |