From 911285101d26ca627850aa98e2d80519c78f1600 Mon Sep 17 00:00:00 2001 From: Thomas Gstädtner Date: Wed, 14 Feb 2018 21:33:20 +0100 Subject: media-gfx/sigal: fix test dependencies add the necessary dependency to the test useflag Closes: https://bugs.gentoo.org/647660 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- media-gfx/sigal/sigal-1.3.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-gfx/sigal/sigal-1.3.0.ebuild b/media-gfx/sigal/sigal-1.3.0.ebuild index 735f9a67f9f2..7c7049ae7501 100644 --- a/media-gfx/sigal/sigal-1.3.0.ebuild +++ b/media-gfx/sigal/sigal-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,10 @@ CDEPEND="dev-python/blinker[${PYTHON_USEDEP}] dev-python/pilkit[${PYTHON_USEDEP}]" DEPEND="${CDEPEND} s3? ( dev-python/boto[${PYTHON_USEDEP}] ) - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( + dev-python/boto[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" RDEPEND="${CDEPEND}" DOCS="README.rst" -- cgit v1.2.3-65-gdbad