dev-python/secretstorage: fix depndencies, add PyPy3
authorLouis Sautier <sbraz@gentoo.org>
Fri, 7 Sep 2018 22:34:54 +0000 (00:34 +0200)
committerLouis Sautier <sbraz@gentoo.org>
Fri, 7 Sep 2018 22:35:56 +0000 (00:35 +0200)
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

index 7ab36cf655c2fd931a44cb271a20bc8f47da1c80..55915a6194af384d06ed3af6bf926b2a1d2dfc7a 100644 (file)
@@ -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="