diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-27 16:12:40 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-27 16:21:53 +0100 |
commit | 234ccb2c4534655d08499bb66a2dedaf725cc2ac (patch) | |
tree | b9e50b22087e5a46286e7afee7d4bd6eb91dd192 /media-libs/vigra/vigra-9999.ebuild | |
parent | app-text/xdvik: drop long obsolete blocker (diff) | |
download | gentoo-234ccb2c4534655d08499bb66a2dedaf725cc2ac.tar.gz gentoo-234ccb2c4534655d08499bb66a2dedaf725cc2ac.tar.bz2 gentoo-234ccb2c4534655d08499bb66a2dedaf725cc2ac.zip |
media-libs/vigra: Remove dev-python/nose dep
Upstream has switched over to dev-python/pytest in -9999. The old
version is still using dev-python/nose but the ebuild is test-restricted
anyway, so no point in blocking nose removal here.
Closes: https://bugs.gentoo.org/878713
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs/vigra/vigra-9999.ebuild')
-rw-r--r-- | media-libs/vigra/vigra-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/vigra/vigra-9999.ebuild b/media-libs/vigra/vigra-9999.ebuild index 8e668e863ad0..4fee34b87e24 100644 --- a/media-libs/vigra/vigra-9999.ebuild +++ b/media-libs/vigra/vigra-9999.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="threads(+),xml(+)" + inherit cmake flag-o-matic python-r1 DESCRIPTION="C++ computer vision library emphasizing customizable algorithms and structures" @@ -28,7 +29,7 @@ REQUIRED_USE=" BDEPEND=" test? ( - >=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] ) " # runtime dependency on python is required by the vigra-config script |