rekado pushed a commit to branch master
in repository guix.
commit 37130eccd23eccfdc6653c3e73321fea4000d51d
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Apr 29 22:16:31 2020 +0200
gnu: Remove python2-pyflakes-0.8.1.
* gnu/packages/python-xyz.scm (python2-pyflakes-0.8.1): Remove variable.
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c37ed2b..c6c6bf2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7454,9 +7454,6 @@ complexity of Python source code.")
;; XXX Tests not compatible with Python 3.5.
'(#:tests? #f))))
-(define-public python2-pyflakes-0.8.1
- (package-with-python2 python-pyflakes-0.8.1))
-
(define-public python-flake8
(package
(name "python-flake8")