commit: 585542bfcd8b2662ab0448c4e100fcb4716a0dd5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 18:00:19 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 18:04:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=585542bf
dev-python/vdirsyncer: Remove dep on pytest-subtesthack
Remove the dependency on dev-python/pytest-subtesthack. The package
is discontinued, and the test suite passes without it.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild
b/dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild
index 8a9cad263bff..fb656166c00a 100644
--- a/dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild
+++ b/dev-python/vdirsyncer/vdirsyncer-0.18.0-r4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 pypi systemd
@@ -32,7 +32,6 @@ BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
dev-python/pytest-localserver[${PYTHON_USEDEP}]
- dev-python/pytest-subtesthack[${PYTHON_USEDEP}]
)
"