gnu: python-pytest-7.1: Replace python-toml with python-tomli.
* gnu/packages/check.scm (python-pytest-7.1) [propagated-inputs]: Replace python-toml with python-tomli.master
parent
337e681b7a
commit
c5b659a251
|
@ -1329,7 +1329,8 @@ and many external plugins.")
|
|||
(setenv "SETUPTOOLS_SCM_PRETEND_VERSION" #$version)))))))
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs python-pytest)
|
||||
(replace "python-pluggy" python-pluggy-next)))))
|
||||
(replace "python-pluggy" python-pluggy-next)
|
||||
(replace "python-toml" python-tomli)))))
|
||||
|
||||
(define-public python-pytest-bootstrap
|
||||
(package
|
||||
|
|
Reference in New Issue