apteryx pushed a commit to branch core-updates-frozen-batched-changes in repository guix.
commit c4b22e03b5ae96972485b9f2f3cfc9c7e6ad168d 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")
