summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-05 23:22:30 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-06 00:54:03 +0200
commit44b118ccc29ac6358ef03a1b4021dd5f3193f0e5 (patch)
tree6c638e0b58e82ddcfd9b12de3df58040b32ddbfa
parentdev-python/pytest-shutil: Remove stale contextlib2 dep (diff)
downloadgentoo-44b118cc.tar.gz
gentoo-44b118cc.tar.bz2
gentoo-44b118cc.zip
dev-python/sphinxcontrib-trio: Remove contextlib2 test dep
The test dependency on dev-python/contextlib2 is optional, and since we're going to remove that package, testing its support makes little sense now. Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
index 384fc0ddd4c3..e7d283d6943a 100644
--- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
+++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
-
inherit distutils-r1
DESCRIPTION="Make Sphinx better at documenting Python functions and methods"
@@ -23,7 +22,6 @@ RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
BDEPEND="
test? (
dev-python/async_generator[${PYTHON_USEDEP}]
- dev-python/contextlib2[${PYTHON_USEDEP}]
dev-python/cssselect[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
)"