diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 23:10:28 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:53:25 -0400 |
commit | 09fb006f8694aa6aec493e01efa65296545d6713 (patch) | |
tree | d2acad6f9708bdbac2beec91215fda0e38b5d56a /gnu/packages | |
parent | cff40b61c2639e657b9ad0e6438a0e8bca6dd5ce (diff) | |
download | guix-09fb006f8694aa6aec493e01efa65296545d6713.tar.gz guix-09fb006f8694aa6aec493e01efa65296545d6713.zip |
gnu: Remove python2-sure.
* gnu/packages/python-xyz.scm (python2-sure): Delete variable.
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") |