diff options
author | 2024-09-03 13:08:10 +0200 | |
---|---|---|
committer | 2024-09-10 10:54:23 +0200 | |
commit | 6781262063305907fe811aab1b5e82c2d2ba6550 (patch) | |
tree | dbb908ba34dea7613bb85bd1f7367896cf6968ae /www-apps/radicale | |
parent | dev-python/django-timezone-field: Remove old (diff) | |
download | gentoo-6781262063305907fe811aab1b5e82c2d2ba6550.tar.gz gentoo-6781262063305907fe811aab1b5e82c2d2ba6550.tar.bz2 gentoo-6781262063305907fe811aab1b5e82c2d2ba6550.zip |
www-apps/radicale: adjust BDEPEND for test target
Starting from upstream version 3.2.1 more recent versions of pytest are
supported, no need to enforce an older version.
Signed-off-by: Henning Schild <henning@hennsch.de>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/radicale')
-rw-r--r-- | www-apps/radicale/radicale-3.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/radicale/radicale-3.2.2.ebuild b/www-apps/radicale/radicale-3.2.2.ebuild index 76e6c53a8225..3d0299c12c35 100644 --- a/www-apps/radicale/radicale-3.2.2.ebuild +++ b/www-apps/radicale/radicale-3.2.2.ebuild @@ -35,7 +35,7 @@ RDEPEND=" BDEPEND=" test? ( - <dev-python/pytest-8[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] dev-python/waitress[${PYTHON_USEDEP}] ) " |