From be3db968b39b21bae0d24a6ff3457c7f5beabb87 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 22:59:45 -0400 Subject: [PATCH] gnu: Remove python2-notify2. * gnu/packages/python-xyz.scm (python2-notify2): Delete variable. --- gnu/packages/python-xyz.scm | 3 --- 1 file changed, 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 @@ (define-public python-notify2 (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