commit:     c1e17e16104270fe63dfed18b61d833b613da442
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 15 15:15:39 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jul 15 15:22:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e17e16

dev-util/dbus-test-runner: Port to py3.{7..9}

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-util/dbus-test-runner/dbus-test-runner-19.04.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 cf085c064bc..5605374e4ee 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"

Reply via email to