commit: d324153ae6f483180a09bf372f01ef0a1caf359b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 13:48:50 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 21 13:49:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d324153a
dev-python/cmd2: Remove obsolete test-dep on sys-apps/which
pyperclip uses shutil.which() on all modern Python versions, rendering
the external executable unnecessary.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cmd2/cmd2-2.4.1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/cmd2/cmd2-2.4.1.ebuild
b/dev-python/cmd2/cmd2-2.4.1.ebuild
index 3ffe96f16981..d29964c9f289 100644
--- a/dev-python/cmd2/cmd2-2.4.1.ebuild
+++ b/dev-python/cmd2/cmd2-2.4.1.ebuild
@@ -30,12 +30,11 @@ RDEPEND="
# pygtk, xclip, xsel, klipper, qtpy, pyqt5, pyqt4.
# klipper is known to be broken in Xvfb, and therefore causes test
# failures. to avoid them, we must ensure that one of the backends
-# preferred to it is available (i.e. xclip or xsel) + which(1).
+# preferred to it is available (i.e. xclip or xsel).
BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/pytest-mock[${PYTHON_USEDEP}]
- sys-apps/which
|| (
x11-misc/xclip
x11-misc/xsel