From 09fb006f8694aa6aec493e01efa65296545d6713 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Fri, 29 Apr 2022 23:10:28 -0400 Subject: [PATCH] gnu: Remove python2-sure. * gnu/packages/python-xyz.scm (python2-sure): 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 7da5570a90..3c4f2815ed 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20075,9 +20075,6 @@ while only declaring the test-specific fields.") Sure is heavily inspired by @code{RSpec Expectations} and @code{should.js}.") (license license:gpl3+))) -(define-public python2-sure - (package-with-python2 python-sure)) - (define-public python-misaka (package (name "python-misaka")