dev-python/dbus-python: Drop 3.8 support from 1.2.12 version

We now have 1.2.14 version which added python-3.8 fixes

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
This commit is contained in:
Lars Wendler
2019-12-02 13:56:34 +01:00
parent c9c91b9663
commit 87b452c52e

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_REQ_USE="threads(+)"
inherit autotools python-r1