From 23936586f4dc1b4aa07cddc1ef4470811d1ec242 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 21:23:14 -0400 Subject: gnu: Remove python2-rsa. * gnu/packages/python-xyz.scm (python2-rsa): 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 8bfc64a4d1..3198a71e67 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15300,9 +15300,6 @@ library as well as on the command line.") (home-page "https://stuvel.eu/rsa") (license license:asl2.0))) -(define-public python2-rsa - (package-with-python2 python-rsa)) - (define-public python-pluggy (package (name "python-pluggy") -- cgit 1.4.1