summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2018-11-16 22:49:15 -0500
committerVirgil Dupras <vdupras@gentoo.org>2018-11-16 22:49:15 -0500
commitaccf2522d49e36bdbfa697adc2ddbc1e3aedaaa7 (patch)
tree5b05f52c145fbd62588ce67865d356c0e6339847 /dev-python/weasyprint
parentdev-python/weasyprint: remove old (diff)
downloadgentoo-accf2522d49e36bdbfa697adc2ddbc1e3aedaaa7.tar.gz
gentoo-accf2522d49e36bdbfa697adc2ddbc1e3aedaaa7.tar.bz2
gentoo-accf2522d49e36bdbfa697adc2ddbc1e3aedaaa7.zip
dev-python/weasyprint: drop useless deps
coverage, flake8 and isort aren't needed in the context of gentoo testing. Also, tests were restricted in this ebuild anyway, let's not needlessly be a revdep to pytest-cov's futility. Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/weasyprint')
-rw-r--r--dev-python/weasyprint/weasyprint-0.41.ebuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-python/weasyprint/weasyprint-0.41.ebuild b/dev-python/weasyprint/weasyprint-0.41.ebuild
index fce99c16ede2..ba921c850bc0 100644
--- a/dev-python/weasyprint/weasyprint-0.41.ebuild
+++ b/dev-python/weasyprint/weasyprint-0.41.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -37,12 +37,9 @@ RDEPEND="
"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? (
- ${RDEPEND}
- dev-python/pytest-cov[${PYTHON_USEDEP}]
- dev-python/pytest-flake8[${PYTHON_USEDEP}]
- dev-python/pytest-isort[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- media-fonts/ahem
+ ${RDEPEND}
+ dev-python/pytest[${PYTHON_USEDEP}]
+ media-fonts/ahem
)
"