guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit ca305ed10dc11a1206371a963f49279559d9b7a0
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri Jan 23 11:55:45 2026 +0100

    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 <[email protected]>
---
 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 3f4e37ccf8..86766b5d3f 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

Reply via email to