dev-python/pyperclip: Remove obsolete dep on sys-apps/which

All supported Python versions support shutil.which(), so the external
`which` executable is no longer required.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-05-21 15:34:11 +02:00
parent 636d936929
commit 9fb40aebf4

View File

@@ -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}]
)