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:
Nicolas Graves 2025-02-25 08:56:40 +01:00
parent 307021afe4
commit f7ff09708b
No known key found for this signature in database

View file

@ -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