me
/
guix
Archived
1
0
Fork 0

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
Maxim Cournoyer 2023-04-11 14:06:22 -04:00
parent 9e5102ca64
commit e5f8329fe7
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 1 deletions

View File

@ -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