mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
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:
parent
4d0e6b2c3a
commit
ca305ed10d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue