commit:     2adf914d3b1a64e75df178dc83da38aad59e8cbf
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Thu Apr  8 08:19:10 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue May 18 21:27:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2adf914d

dev-python/pygal: optimize dependencies

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>
Closes: https://github.com/gentoo/gentoo/pull/19969
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-python/pygal/pygal-2.4.0-r2.ebuild | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/dev-python/pygal/pygal-2.4.0-r2.ebuild 
b/dev-python/pygal/pygal-2.4.0-r2.ebuild
index b886f7767a6..c67f4dee814 100644
--- a/dev-python/pygal/pygal-2.4.0-r2.ebuild
+++ b/dev-python/pygal/pygal-2.4.0-r2.ebuild
@@ -19,15 +19,10 @@ KEYWORDS="amd64 x86"
 
 RDEPEND="
        dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       media-gfx/cairosvg[${PYTHON_USEDEP}]
-"
+       media-gfx/cairosvg[${PYTHON_USEDEP}]"
+
 BDEPEND="
-       test? (
-               dev-python/pyquery[${PYTHON_USEDEP}]
-               dev-python/pytest[${PYTHON_USEDEP}]
-       )
-"
+       test? ( dev-python/pyquery[${PYTHON_USEDEP}] )"
 
 PATCHES=( "${FILESDIR}/${PV}-fix-tests.patch" )
 

Reply via email to