Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/secretstorage/
Date: Fri, 07 Sep 2018 22:36:29
Message-Id: 1536359756.9957f7c20a90258a0ebe57d3fc4710af0de6c6ae.sbraz@gentoo
1 commit: 9957f7c20a90258a0ebe57d3fc4710af0de6c6ae
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 22:34:54 2018 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 22:35:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9957f7c2
7
8 dev-python/secretstorage: fix depndencies, add PyPy3
9
10 dbus-python is no longer required as it was replaced with jeepney.
11
12 Package-Manager: Portage-2.3.48, Repoman-2.3.10
13 Closes: https://bugs.gentoo.org/631212
14
15 dev-python/secretstorage/secretstorage-3.1.0.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/dev-python/secretstorage/secretstorage-3.1.0.ebuild b/dev-python/secretstorage/secretstorage-3.1.0.ebuild
19 index 7ab36cf655c..55915a6194a 100644
20 --- a/dev-python/secretstorage/secretstorage-3.1.0.ebuild
21 +++ b/dev-python/secretstorage/secretstorage-3.1.0.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{5,6,7} )
27 +PYTHON_COMPAT=( pypy3 python3_{5,6,7} )
28
29 inherit distutils-r1
30
31 @@ -20,7 +20,6 @@ IUSE="doc test"
32
33 RDEPEND="
34 dev-python/cryptography[${PYTHON_USEDEP}]
35 - dev-python/dbus-python[${PYTHON_USEDEP}]
36 dev-python/jeepney[${PYTHON_USEDEP}]
37 "
38 BDEPEND="