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