parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit 5fd9bbf0b331172ef98942c36ccc4af938725c1c
parent 301928353e0638db15073e725251201440f612be
Author: parazyd <parazyd@dyne.org>
Date:   Fri,  2 Dec 2022 14:12:04 +0100

dev-python/qbittorrent-api: Do not install tests

Diffstat:
Mdev-python/qbittorrent-api/qbittorrent-api-2022.11.40.ebuild | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

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 +}