From f177489211c2b62ce1804e44b5cdbc1a65b822a2 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Mon, 18 May 2020 12:32:24 +0200 Subject: [PATCH] dev-python/sabyenc: add missing dev-python/chardet test dep Closes: https://bugs.gentoo.org/723624 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- dev-python/sabyenc/sabyenc-4.0.1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-python/sabyenc/sabyenc-4.0.1.ebuild b/dev-python/sabyenc/sabyenc-4.0.1.ebuild index 5445c2513b14..6c6fdf9e58be 100644 --- a/dev-python/sabyenc/sabyenc-4.0.1.ebuild +++ b/dev-python/sabyenc/sabyenc-4.0.1.ebuild @@ -13,7 +13,13 @@ SRC_URI="https://github.com/sabnzbd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" DOCS=( CHANGES.md README.md doc/yenc-draft.1.3.txt ) +DEPEND="test? ( + dev-python/chardet[${PYTHON_USEDEP}] + )" + distutils_enable_tests pytest -- 2.26.2