dev-python/qbittorrent-api: Do not install tests - parlay - yet another gentoo overlay HTML git clone https://git.parazyd.org/parlay DIR Log DIR Files DIR Refs DIR README --- DIR commit 5fd9bbf0b331172ef98942c36ccc4af938725c1c DIR parent 301928353e0638db15073e725251201440f612be HTML Author: parazyd <parazyd@dyne.org> Date: Fri, 2 Dec 2022 14:12:04 +0100 dev-python/qbittorrent-api: Do not install tests Diffstat: M dev-python/qbittorrent-api/qbittor… | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) --- DIR diff --git a/dev-python/qbittorrent-api/qbittorrent-api-2022.11.40.ebuild b/dev-python/qbittorrent-api/qbittorrent-api-2022.11.40.ebuild @@ -21,5 +21,11 @@ DEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] + dev-python/wheel[${PYTHON_USEDEP}] " RDEPEND="${DEPEND}" + +src_prepare() { + default + rm -rf tests +}