apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit 00bd5d3e4f05b73dfe0f5838823483349ae4ff3f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Sep 7 23:12:02 2021 -0400
gnu: python2-lit: Remove package.
* gnu/packages/check.scm (python2-lit): Remove package.
---
gnu/packages/check.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 9b896e8..fd13a24 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2210,9 +2210,6 @@ style test suites, summarizing their results, and
providing indication of
failures.")
(license license:ncsa)))
-(define-public python2-lit
- (package-with-python2 python-lit))
-
(define-public python-pytest-pep8
(package
(name "python-pytest-pep8")