diff options
author | 2021-11-12 20:09:19 +0200 | |
---|---|---|
committer | 2021-11-12 20:12:20 +0200 | |
commit | a13a726700307ff92f9ac26f1f3195414ba67396 (patch) | |
tree | f44a09598cbef5ded33a8b56663312c3072b9ebd /dev-python/pytest | |
parent | net-fs/samba: Removed double prefix (diff) | |
download | gentoo-a13a726700307ff92f9ac26f1f3195414ba67396.tar.gz gentoo-a13a726700307ff92f9ac26f1f3195414ba67396.tar.bz2 gentoo-a13a726700307ff92f9ac26f1f3195414ba67396.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-6.2.5-r2.ebuild (renamed from dev-python/pytest/pytest-6.2.5-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-6.2.5-r1.ebuild b/dev-python/pytest/pytest-6.2.5-r2.ebuild index fe9104bf943d..c3a65979f46f 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}] |