diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 22:59:45 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:15 -0400 |
commit | be3db968b39b21bae0d24a6ff3457c7f5beabb87 (patch) | |
tree | d063d20a88d5f4dd8b54db10b26fbc3fb858a6e3 /gnu | |
parent | 79884ad0da33455c9f2779800427015d47324e41 (diff) |
gnu: Remove python2-notify2.
* gnu/packages/python-xyz.scm (python2-notify2): Delete variable.
Diffstat (limited to 'gnu')
-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 57371a3bca..231c0adeb9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9698,9 +9698,6 @@ the GObject Introspection bindings to libnotify for non-GTK applications.") (license (list license:bsd-2 license:lgpl2.1+)))) -(define-public python2-notify2 - (package-with-python2 python-notify2)) - ;; beautifulsoup4 has a totally different namespace than 3.x, ;; and pypi seems to put it under its own name, so I guess we should too (define-public python-beautifulsoup4 |