summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-21 15:48:50 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-21 15:49:14 +0200
commitd324153ae6f483180a09bf372f01ef0a1caf359b (patch)
treee7beed25e215bf437c26e5f08d22051d885c3346 /dev-python/cmd2
parentdev-python/cmd2: Enable py3.11 (diff)
downloadgentoo-d324153ae6f483180a09bf372f01ef0a1caf359b.tar.gz
gentoo-d324153ae6f483180a09bf372f01ef0a1caf359b.tar.bz2
gentoo-d324153ae6f483180a09bf372f01ef0a1caf359b.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/cmd2')
-rw-r--r--dev-python/cmd2/cmd2-2.4.1.ebuild3
1 files changed, 1 insertions, 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