commit:     f177489211c2b62ce1804e44b5cdbc1a65b822a2
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon May 18 10:32:24 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon May 18 10:32:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1774892

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 <whissi <AT> gentoo.org>

 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 5445c2513b1..6c6fdf9e58b 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

Reply via email to