From: Alexis Ballier Date: Thu, 21 Jan 2016 15:12:31 +0000 (+0100) Subject: dev-python/pid: fix build deps; nose is actually always needed. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=186237b65e026be370dc422e6e80a4eec29cf6fd;p=gentoo.git dev-python/pid: fix build deps; nose is actually always needed. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- diff --git a/dev-python/pid/pid-2.0.1.ebuild b/dev-python/pid/pid-2.0.1.ebuild index 6e0114e59e29..bbf3d67fecde 100644 --- a/dev-python/pid/pid-2.0.1.ebuild +++ b/dev-python/pid/pid-2.0.1.ebuild @@ -15,11 +15,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" KEYWORDS="~amd64" -IUSE="test" +IUSE="" RDEPEND="" DEPEND="${RDEPEND} - test? ( dev-python/nose[${PYTHON_USEDEP}] )" + dev-python/nose[${PYTHON_USEDEP}]" python_test() { nosetests || die