summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-11-28 13:16:29 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-11-28 13:51:27 +0100
commit3e06ba00c5e17b372b92f6e066aee13526ab6000 (patch)
tree9b5ed5afd331fec5dedaa71384b8f4f10d30e8af /dev-python/trio-asyncio
parentapp-backup/backupninja: 1.2.1-r1 stable (diff)
downloadgentoo-3e06ba00c5e17b372b92f6e066aee13526ab6000.tar.gz
gentoo-3e06ba00c5e17b372b92f6e066aee13526ab6000.tar.bz2
gentoo-3e06ba00c5e17b372b92f6e066aee13526ab6000.zip
dev-python/trio-asyncio: enable py3.10
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/trio-asyncio')
-rw-r--r--dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild b/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild
index 296d8886411b..05009fc247e8 100644
--- a/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild
+++ b/dev-python/trio-asyncio/trio-asyncio-0.12.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -31,4 +31,4 @@ BDEPEND="
PATCHES=( "${FILESDIR}/no-pytest-runner.patch" )
distutils_enable_tests pytest
-distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio
+distutils_enable_sphinx docs/source dev-python/sphinxcontrib-trio dev-python/sphinx_rtd_theme