mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-wireless/gnome-bluetooth: fix PythonHasVersionUsage
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -47,8 +47,8 @@ PATCHES=(
|
||||
|
||||
python_check_deps() {
|
||||
if use test; then
|
||||
has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
|
||||
has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
|
||||
python_has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
|
||||
python_has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user