net-wireless/gnome-bluetooth: fix PythonAnyMismatchedDepHasVersionCheck

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-10-15 15:59:59 +01:00
parent 4684ead2ea
commit 6df985dab4
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ BDEPEND="
python_check_deps() {
if use test; then
python_has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
python_has_version ">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
fi
}

View File

@@ -47,7 +47,7 @@ BDEPEND="
python_check_deps() {
if use test; then
python_has_version "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
python_has_version ">=dev-python/python-dbusmock-0.26.0[${PYTHON_USEDEP}]" &&
python_has_version "dev-python/dbus-python[${PYTHON_USEDEP}]"
fi
}