commit:     e651417e485c1fc599ec8d5672b75a498e492533
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 28 06:56:54 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 28 07:05:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e651417e

dev-python/keyring: Add missing dep on toml

Closes: https://bugs.gentoo.org/725640
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/keyring/keyring-21.2.1.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/dev-python/keyring/keyring-21.2.1.ebuild 
b/dev-python/keyring/keyring-21.2.1.ebuild
index 1e3cfa450ea..f9d30bd4953 100644
--- a/dev-python/keyring/keyring-21.2.1.ebuild
+++ b/dev-python/keyring/keyring-21.2.1.ebuild
@@ -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 \

Reply via email to