From: Michał Górny Date: Tue, 24 Jul 2018 12:48:18 +0000 (+0200) Subject: dev-python/dbus-python: Enable py3.7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=22586d9867042ccf757b5b721beea5a14aac8521;p=gentoo.git dev-python/dbus-python: Enable py3.7 --- diff --git a/dev-python/dbus-python/dbus-python-1.2.8.ebuild b/dev-python/dbus-python/dbus-python-1.2.8.ebuild index 3857687ebfe5..df539fe46ab6 100644 --- a/dev-python/dbus-python/dbus-python-1.2.8.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.8.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) PYTHON_REQ_USE="threads(+)" inherit autotools python-r1