summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-15 17:15:39 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-15 17:22:23 +0200
commitc1e17e16104270fe63dfed18b61d833b613da442 (patch)
tree1c08716b6da29fdc47aa5ec56d79d973bb5580ac /dev-util/dbus-test-runner
parentdev-python/dbusmock: Port to py3.9 (diff)
downloadgentoo-c1e17e16104270fe63dfed18b61d833b613da442.tar.gz
gentoo-c1e17e16104270fe63dfed18b61d833b613da442.tar.bz2
gentoo-c1e17e16104270fe63dfed18b61d833b613da442.zip
dev-util/dbus-test-runner: Port to py3.{7..9}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/dbus-test-runner')
-rw-r--r--dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild
index cf085c064bc0..5605374e4ee7 100644
--- a/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild
+++ b/dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6..9} )
inherit flag-o-matic python-single-r1
DESCRIPTION="Run executables under a new DBus session for testing"