summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-04-29 23:10:28 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-05-31 14:53:25 -0400
commit09fb006f8694aa6aec493e01efa65296545d6713 (patch)
treed2acad6f9708bdbac2beec91215fda0e38b5d56a
parentcff40b61c2639e657b9ad0e6438a0e8bca6dd5ce (diff)
downloadguix-09fb006f8694aa6aec493e01efa65296545d6713.tar.gz
gnu: Remove python2-sure.
* gnu/packages/python-xyz.scm (python2-sure): Delete variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 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")