summaryrefslogtreecommitdiff
path: root/dev-python/dbus-python/dbus-python-1.2.16.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-05 19:57:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-06 00:42:07 +0200
commit873161d2dcd610fc67a58d583fad3be3f2700bed (patch)
tree56bcbfe53ff4dab78989040285e1b190d6683fcf /dev-python/dbus-python/dbus-python-1.2.16.ebuild
parentff33740c698bddcdb44a8b72d90b667ca06e82d4 (diff)
downloadgentoo-873161d2dcd610fc67a58d583fad3be3f2700bed.tar.gz
gentoo-873161d2dcd610fc67a58d583fad3be3f2700bed.tar.bz2
gentoo-873161d2dcd610fc67a58d583fad3be3f2700bed.zip
dev-python/dbus-python: python3_9
Tests passed. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/dbus-python/dbus-python-1.2.16.ebuild')
-rw-r--r--dev-python/dbus-python/dbus-python-1.2.16.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.16.ebuild b/dev-python/dbus-python/dbus-python-1.2.16.ebuild
index d7512b4dc8f8..e07d2500f718 100644
--- a/dev-python/dbus-python/dbus-python-1.2.16.ebuild
+++ b/dev-python/dbus-python/dbus-python-1.2.16.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} )
PYTHON_REQ_USE="threads(+)"
inherit autotools python-r1
@@ -33,6 +33,8 @@ BDEPEND="
dev-python/tappy[${PYTHON_USEDEP}] )
"
+PATCHES=( "${FILESDIR}/${P}-py39.patch" )
+
python_check_deps() {
has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
}