import: pypi: Correct name for ignored input.

* guix/import/pypi.scm (pypi-ignored-inputs): Rename
"import-metadata" to "importlib-metadata".

Change-Id: I5e934a85da65a9d8c7a4fa5af9c140f67302488b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2026-01-23 11:55:45 +01:00 committed by Sharlatan Hellseher
parent 4d0e6b2c3a
commit ca305ed10d
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -89,7 +89,7 @@
(define pypi-ignored-inputs
;; This list contains packages that are useful for development or quality
;; testing, but that most of the time are not necessary to have as an input.
(list "argparse" "wheel" "import-metadata" ; native, backports
(list "argparse" "wheel" "importlib-metadata" ; native, backports
"nox" "tox" ; test wrapper for other environments
"codecov" "coverage" ; test coverage reporting
"black" "isort" "pycodestyle" "pep8" ; style