projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2175acc
)
dev-python/secretstorage: fix depndencies, add PyPy3
author
Louis Sautier
<sbraz@gentoo.org>
Fri, 7 Sep 2018 22:34:54 +0000
(
00:34
+0200)
committer
Louis 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
patch
|
blob
|
history
diff --git
a/dev-python/secretstorage/secretstorage-3.1.0.ebuild
b/dev-python/secretstorage/secretstorage-3.1.0.ebuild
index 7ab36cf655c2fd931a44cb271a20bc8f47da1c80..55915a6194af384d06ed3af6bf926b2a1d2dfc7a 100644
(file)
--- 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=( py
py3 py
thon3_{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="