From: Louis Sautier Date: Fri, 7 Sep 2018 22:34:54 +0000 (+0200) Subject: dev-python/secretstorage: fix depndencies, add PyPy3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9957f7c20a90258a0ebe57d3fc4710af0de6c6ae;p=gentoo.git 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 --- 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="