diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-21 15:34:11 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-21 15:49:12 +0200 |
commit | 9fb40aebf4b8f0f255b7a5d83ee9a8df706d6f21 (patch) | |
tree | d58b67ce625441e8ccd5143ecea11727f7d5cad8 /dev-python/pyperclip | |
parent | dev-python/pyperclip: Enable py3.11 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/pyperclip')
-rw-r--r-- | dev-python/pyperclip/pyperclip-1.8.2-r1.ebuild | 15 |
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}] ) |