diff options
Diffstat (limited to 'gnu/packages')
-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 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") |