sys-fs/fuse: use python_has_version

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2022-08-13 10:40:12 +03:00
parent 4272e61cd2
commit 11a65fb4b0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,7 +26,7 @@ RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
python_check_deps() {
has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
python_has_version "dev-python/pytest[${PYTHON_USEDEP}]"
}
pkg_setup() {

View File

@@ -26,7 +26,7 @@ RDEPEND=">=sys-fs/fuse-common-3.3.0-r1"
DOCS=( AUTHORS ChangeLog.rst README.md doc/README.NFS doc/kernel.txt )
python_check_deps() {
has_version -b "dev-python/pytest[${PYTHON_USEDEP}]"
python_has_version "dev-python/pytest[${PYTHON_USEDEP}]"
}
pkg_setup() {