commit: 9fb40aebf4b8f0f255b7a5d83ee9a8df706d6f21
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 13:34:11 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 21 13:49:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb40aeb
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 <AT> gentoo.org>
dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)
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}]
)