summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-29 22:16:31 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-30 00:05:14 +0200
commit37130eccd23eccfdc6653c3e73321fea4000d51d (patch)
treead57a3f0d2c9d8fb77f57e477949a7f464286335
parent7e3ddb6904e27b18f364b7c3b161f2927017155c (diff)
downloadpatches-37130eccd23eccfdc6653c3e73321fea4000d51d.tar
patches-37130eccd23eccfdc6653c3e73321fea4000d51d.tar.gz
gnu: Remove python2-pyflakes-0.8.1.
* gnu/packages/python-xyz.scm (python2-pyflakes-0.8.1): Remove variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c37ed2bfa0..c6c6bf2c3e 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")