mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
build-system/pyproject: Remove python-check-manifest native-input.
* guix/import/pypi.scm (pypi-ignored-inputs): Add "check-manifest". * gnu/packages/python-xyz.scm (python-pillow * gnu/packages/time.scm (python-tzlocal) [native-inputs]: Remove python-check-manifest.
This commit is contained in:
parent
307021afe4
commit
f7ff09708b
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
"tox" ; test wrapper for other environments
|
||||
"codecov" "coverage" ; coverage
|
||||
"black" "isort" "pycodestyle" "pep8" ; style
|
||||
"pyflakes" "flake8" "pylint" "mypy" ; style+lint
|
||||
"check-manifest" "pyflakes" "flake8" "pylint" "mypy" ; style+lint
|
||||
"coveralls" "twine" ; upload integration tools
|
||||
"pytest-isort" "pytest-flake8" "pytest-cov" "pytest-black"
|
||||
"pytest-pep8" "pytest-mypy" "pytest-pep8" "pre-commit")) ; variants
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue