summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-24 14:47:40 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-24 14:47:40 +0200
commit934829a728646465ea91586fe27d8c508779d0b6 (patch)
tree2396ae8f314479fc3afe80b4dea21e6c42f268e7 /dev-python/dbus-python/dbus-python-1.2.8.ebuild
parentEnable py3.7 (diff)
downloadgentoo-934829a728646465ea91586fe27d8c508779d0b6.tar.gz
gentoo-934829a728646465ea91586fe27d8c508779d0b6.tar.bz2
gentoo-934829a728646465ea91586fe27d8c508779d0b6.zip
Revert "Enable py3.7"
Reverting to fix the commit message.
Diffstat (limited to 'dev-python/dbus-python/dbus-python-1.2.8.ebuild')
-rw-r--r--dev-python/dbus-python/dbus-python-1.2.8.ebuild2
1 files changed, 1 insertions, 1 deletions
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 df539fe46ab6..3857687ebfe5 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,7} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_REQ_USE="threads(+)"
inherit autotools python-r1