diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-09-07 23:12:02 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-11 12:18:25 -0500 |
commit | 00bd5d3e4f05b73dfe0f5838823483349ae4ff3f (patch) | |
tree | 255b0a224e7b126aa7d1f8a3b4890a08fced9923 /gnu/packages | |
parent | 5a1ddd146bfd6cd874d0617872fe45148832113b (diff) | |
download | guix-00bd5d3e4f05b73dfe0f5838823483349ae4ff3f.tar.gz |
gnu: python2-lit: Remove package.
* gnu/packages/check.scm (python2-lit): Remove package.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/check.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 9b896e879c..fd13a24036 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") |