mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user