From e651417e485c1fc599ec8d5672b75a498e492533 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 28 May 2020 08:56:54 +0200 Subject: [PATCH] dev-python/keyring: Add missing dep on toml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/725640 Signed-off-by: Michał Górny --- 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 1e3cfa450ea7..f9d30bd49539 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 \ -- 2.26.2