projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8fc32
)
dev-python/python-etcd: update PYTHON_COMPAT
author
Zac Medico
<zmedico@gentoo.org>
Sun, 26 Apr 2020 06:45:33 +0000
(23:45 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 26 Apr 2020 06:47:45 +0000
(23:47 -0700)
Closes: https://bugs.gentoo.org/719490
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Zac Medico <zmedico@gentoo.org>
dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
b/dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
index 5e17ffc52f8f57045bfffcc431aca2c045367094..863643cc009844200f6c9c47b9130c244169cde6 100644
(file)
--- a/
dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
+++ b/
dev-python/python-etcd/python-etcd-0.4.5-r1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python3_
6
)
+PYTHON_COMPAT=( python3_
{6,7,8}
)
inherit distutils-r1
@@
-15,7
+15,7
@@
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
-RESTRICT="
!test? ( test )
"
+RESTRICT="
test
"
RDEPEND="dev-python/dnspython[${PYTHON_USEDEP}]
>=dev-python/pyopenssl-0.14[${PYTHON_USEDEP}]