diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:13:25 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:30 -0400 |
commit | c7353caca5ff7dc5e7e76ec5d164535d7b08425e (patch) | |
tree | 77e72b84796c0369982e5e9bae74d948d021ca67 /gnu/packages | |
parent | 59a04f3229ebff19bc2c6bcc0b8626ed0db55803 (diff) |
gnu: Remove python2-mechanize.
* gnu/packages/python-xyz.scm (python2-mechanize): Delete variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 865dd80b10..5f8ba8855b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2720,9 +2720,6 @@ lossless but can be tweaked for more aggressive cleaning.") after Andy Lester’s Perl module WWW::Mechanize.") (license license:bsd-3))) -(define-public python2-mechanize - (package-with-python2 python-mechanize)) - (define-public python-simpleaudio (package (name "python-simpleaudio") |