summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-21 15:34:11 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-21 15:49:12 +0200
commit9fb40aebf4b8f0f255b7a5d83ee9a8df706d6f21 (patch)
treed58b67ce625441e8ccd5143ecea11727f7d5cad8
parentdev-python/pyperclip: Enable py3.11 (diff)
downloadgentoo-9fb40aebf4b8f0f255b7a5d83ee9a8df706d6f21.tar.gz
gentoo-9fb40aebf4b8f0f255b7a5d83ee9a8df706d6f21.tar.bz2
gentoo-9fb40aebf4b8f0f255b7a5d83ee9a8df706d6f21.zip
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>
-rw-r--r--dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild15
1 files 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}]
)