commit: 9957f7c20a90258a0ebe57d3fc4710af0de6c6ae Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Fri Sep 7 22:34:54 2018 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Fri Sep 7 22:35:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9957f7c2
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 7ab36cf655c..55915a6194a 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="
