mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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>
This commit is contained in:
@@ -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"
|
||||
@@ -26,11 +27,6 @@ REQUIRED_USE="
|
||||
python? ( hdf5 ${PYTHON_REQUIRED_USE} )
|
||||
test? ( hdf5 python fftw )"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
>=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
# runtime dependency on python is required by the vigra-config script
|
||||
DEPEND="
|
||||
fftw? ( sci-libs/fftw:3.0= )
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user