diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-05 23:22:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-06 00:54:03 +0200 |
commit | 44b118ccc29ac6358ef03a1b4021dd5f3193f0e5 (patch) | |
tree | 6c638e0b58e82ddcfd9b12de3df58040b32ddbfa /dev-python/sphinxcontrib-trio | |
parent | dev-python/pytest-shutil: Remove stale contextlib2 dep (diff) | |
download | gentoo-44b118ccc29ac6358ef03a1b4021dd5f3193f0e5.tar.gz gentoo-44b118ccc29ac6358ef03a1b4021dd5f3193f0e5.tar.bz2 gentoo-44b118ccc29ac6358ef03a1b4021dd5f3193f0e5.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>
Diffstat (limited to 'dev-python/sphinxcontrib-trio')
-rw-r--r-- | dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild | 4 |
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}] )" |