diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9b6d3eb569..76fe4d6158 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10706,9 +10706,6 @@ file (e.g. @file{PKG-INFO}).") cyclomatic complexity of Python source code.") (license license:expat))) -(define-public python2-mccabe - (package-with-python2 python-mccabe)) - (define-public python-flake8 (package (name "python-flake8") |