diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-04-13 15:21:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-04-13 15:21:34 +0200 |
commit | 8871ca4536c0728700088e51d836bbb9e8ac2b7b (patch) | |
tree | 814c67550af6f02caefadea45869aaac47a597fd /www-apps/radicale | |
parent | www-apps/radicale: Minor QA cleanup (diff) | |
download | gentoo-8871ca4536c0728700088e51d836bbb9e8ac2b7b.tar.gz gentoo-8871ca4536c0728700088e51d836bbb9e8ac2b7b.tar.bz2 gentoo-8871ca4536c0728700088e51d836bbb9e8ac2b7b.zip |
www-apps/radicale: Require <dev-python/pytest-8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/radicale')
-rw-r--r-- | www-apps/radicale/radicale-3.1.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/radicale/radicale-3.1.8-r1.ebuild b/www-apps/radicale/radicale-3.1.8-r1.ebuild index c93ba79693ce..5dc44dba4e8f 100644 --- a/www-apps/radicale/radicale-3.1.8-r1.ebuild +++ b/www-apps/radicale/radicale-3.1.8-r1.ebuild @@ -35,7 +35,7 @@ RDEPEND=" BDEPEND=" test? ( - dev-python/pytest[${PYTHON_USEDEP}] + <dev-python/pytest-8[${PYTHON_USEDEP}] dev-python/waitress[${PYTHON_USEDEP}] ) " |