gnu: Remove python2-mccabe.

* gnu/packages/python-xyz.scm (python2-mccabe): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 23:46:33 -04:00
parent c75c1e811e
commit bec1c89891
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 10 additions and 13 deletions

View file

@ -10706,9 +10706,6 @@ (define-public python-mccabe
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")

View file

@ -494,16 +494,16 @@ (define (check-inputs-should-be-native package)
"m4"
"qttools"
"yasm" "nasm" "fasm"
"python-coverage" "python2-coverage"
"python-cython" "python2-cython"
"python-docutils" "python2-docutils"
"python-mock" "python2-mock"
"python-nose" "python2-nose"
"python-pbr" "python2-pbr"
"python-pytest" "python2-pytest"
"python-pytest-cov" "python2-pytest-cov"
"python-setuptools-scm" "python2-setuptools-scm"
"python-sphinx" "python2-sphinx"
"python-coverage"
"python-cython"
"python-docutils"
"python-mock"
"python-nose"
"python-pbr"
"python-pytest"
"python-pytest-cov"
"python-setuptools-scm"
"python-sphinx"
"scdoc"
"swig"
"qmake"