Revert "Enable py3.7"
authorMichał Górny <mgorny@gentoo.org>
Tue, 24 Jul 2018 12:47:40 +0000 (14:47 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 24 Jul 2018 12:47:40 +0000 (14:47 +0200)
Reverting to fix the commit message.

dev-python/dbus-python/dbus-python-1.2.8.ebuild

index df539fe46ab6494248f8ad9edf250973f475b124..3857687ebfe5960748a8d3367b2c8d56dbf72bc0 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit autotools python-r1