From ca305ed10dc11a1206371a963f49279559d9b7a0 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Fri, 23 Jan 2026 11:55:45 +0100 Subject: [PATCH] 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 --- guix/import/pypi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm index 3f4e37ccf86..86766b5d3f6 100644 --- a/guix/import/pypi.scm +++ b/guix/import/pypi.scm @@ -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