commit: a13a726700307ff92f9ac26f1f3195414ba67396 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Nov 12 18:09:19 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Nov 12 18:12:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13a7267
dev-python/pytest: change dep: tomli -> toml Mistook the toml reading backend (this version still uses toml, next version will use tomli). Fixes: dfbb6a8628a936ea6f8c2f6062bcf4e770db380b Closes: https://bugs.gentoo.org/823440 Closes: https://bugs.gentoo.org/823437 Closes: https://bugs.gentoo.org/823056 Closes: https://bugs.gentoo.org/823050 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/pytest/{pytest-6.2.5-r1.ebuild => pytest-6.2.5-r2.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest/pytest-6.2.5-r1.ebuild b/dev-python/pytest/pytest-6.2.5-r2.ebuild similarity index 97% rename from dev-python/pytest/pytest-6.2.5-r1.ebuild rename to dev-python/pytest/pytest-6.2.5-r2.ebuild index fe9104bf943..c3a65979f46 100644 --- a/dev-python/pytest/pytest-6.2.5-r1.ebuild +++ b/dev-python/pytest/pytest-6.2.5-r2.ebuild @@ -23,7 +23,7 @@ RDEPEND=" dev-python/packaging[${PYTHON_USEDEP}] >=dev-python/pluggy-0.12[${PYTHON_USEDEP}] >=dev-python/py-1.8.2[${PYTHON_USEDEP}] - dev-python/tomli[${PYTHON_USEDEP}] + dev-python/toml[${PYTHON_USEDEP}] " BDEPEND=" >=dev-python/setuptools_scm-3.4[${PYTHON_USEDEP}]
