From 9fb40aebf4b8f0f255b7a5d83ee9a8df706d6f21 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 21 May 2022 15:34:11 +0200 Subject: dev-python/pyperclip: Remove obsolete dep on sys-apps/which MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All supported Python versions support shutil.which(), so the external `which` executable is no longer required. Signed-off-by: Michał Górny --- dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'dev-python/pyperclip') diff --git a/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild b/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild index a24c478f632a..49b170eef84c 100644 --- a/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild +++ b/dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild @@ -21,18 +21,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~riscv ~s390 ~sparc RDEPEND=" || ( - ( - x11-misc/xsel - sys-apps/which - ) - ( - x11-misc/xclip - sys-apps/which - ) - ( - kde-plasma/plasma-workspace - sys-apps/which - ) + x11-misc/xsel + x11-misc/xclip + kde-plasma/plasma-workspace dev-python/PyQt5[${PYTHON_USEDEP}] dev-python/QtPy[${PYTHON_USEDEP}] ) -- cgit v1.2.3-65-gdbad