From 6df985dab4cc40ea3f2e8016b5aedea8f8dcddd9 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 15 Oct 2022 15:59:59 +0100 Subject: [PATCH] net-wireless/gnome-bluetooth: fix PythonAnyMismatchedDepHasVersionCheck Signed-off-by: Sam James --- net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild | 2 +- net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild index 23be7d79cc01c..d5d0bce0d592e 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.3.ebuild @@ -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 } diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild index 10052388292aa..4391f246cfaef 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-42.4.ebuild @@ -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 }