dev-python/keyring: Add missing dep on toml

Closes: https://bugs.gentoo.org/725640
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-05-28 08:56:54 +02:00
parent b0e6ca5b5a
commit e651417e48

View File

@@ -27,14 +27,9 @@ RDEPEND="
"
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
"
PATCHES=(
# "${FILESDIR}/keyring-19.1.0-tests.patch"
# https://github.com/jaraco/keyring/commit/411204df606bdf02c99f3360ec033e3c235d5f67
# "${FILESDIR}/keyring-19.3.0-tests.patch"
)
distutils_enable_tests pytest
distutils_enable_sphinx docs \
dev-python/jaraco-packaging \