From 9957f7c20a90258a0ebe57d3fc4710af0de6c6ae Mon Sep 17 00:00:00 2001 From: Louis Sautier Date: Sat, 8 Sep 2018 00:34:54 +0200 Subject: [PATCH] dev-python/secretstorage: fix depndencies, add PyPy3 dbus-python is no longer required as it was replaced with jeepney. Package-Manager: Portage-2.3.48, Repoman-2.3.10 Closes: https://bugs.gentoo.org/631212 --- dev-python/secretstorage/secretstorage-3.1.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/secretstorage/secretstorage-3.1.0.ebuild b/dev-python/secretstorage/secretstorage-3.1.0.ebuild index 7ab36cf655c2..55915a6194af 100644 --- a/dev-python/secretstorage/secretstorage-3.1.0.ebuild +++ b/dev-python/secretstorage/secretstorage-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} ) +PYTHON_COMPAT=( pypy3 python3_{5,6,7} ) inherit distutils-r1 @@ -20,7 +20,6 @@ IUSE="doc test" RDEPEND=" dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] dev-python/jeepney[${PYTHON_USEDEP}] " BDEPEND=" -- 2.26.2