summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-24 14:48:18 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-24 14:48:21 +0200
commit22586d9867042ccf757b5b721beea5a14aac8521 (patch)
tree2b116c139d5c82381b86b38d14231f29113a1d8c /dev-python/dbus-python/dbus-python-1.2.8.ebuild
parentRevert "Enable py3.7" (diff)
downloadgentoo-22586d9867042ccf757b5b721beea5a14aac8521.tar.gz
gentoo-22586d9867042ccf757b5b721beea5a14aac8521.tar.bz2
gentoo-22586d9867042ccf757b5b721beea5a14aac8521.zip
dev-python/dbus-python: Enable py3.7
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 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