dev-python/dbus-python: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Jul 2018 12:48:18 +0000 (14:48 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Jul 2018 12:48:21 +0000 (14:48 +0200)
dev-python/dbus-python/dbus-python-1.2.8.ebuild

index 3857687ebfe5960748a8d3367b2c8d56dbf72bc0..df539fe46ab6494248f8ad9edf250973f475b124 100644 (file)
@@ -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