diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-18 12:32:24 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-05-18 12:32:52 +0200 |
commit | f177489211c2b62ce1804e44b5cdbc1a65b822a2 (patch) | |
tree | 8092778b24e9a794922b07bb0a0f85d241721472 /dev-python/sabyenc | |
parent | dev-python/svgwrite: Bump to 1.4 (diff) | |
download | gentoo-f177489211c2b62ce1804e44b5cdbc1a65b822a2.tar.gz gentoo-f177489211c2b62ce1804e44b5cdbc1a65b822a2.tar.bz2 gentoo-f177489211c2b62ce1804e44b5cdbc1a65b822a2.zip |
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@gentoo.org>
Diffstat (limited to 'dev-python/sabyenc')
-rw-r--r-- | dev-python/sabyenc/sabyenc-4.0.1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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 |