diff options
author | Thomas Gstädtner <thomas@gstaedtner.net> | 2018-02-14 21:33:20 +0100 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2018-02-16 20:52:04 +0100 |
commit | 911285101d26ca627850aa98e2d80519c78f1600 (patch) | |
tree | 7b906720befc90a77e02fb5693d24c82afe3c7af /media-gfx | |
parent | profiles/arch/arm64: Mask net-libs/gnutls[test-full] (diff) | |
download | gentoo-911285101d26ca627850aa98e2d80519c78f1600.tar.gz gentoo-911285101d26ca627850aa98e2d80519c78f1600.tar.bz2 gentoo-911285101d26ca627850aa98e2d80519c78f1600.zip |
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
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/sigal/sigal-1.3.0.ebuild | 7 |
1 files 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" |