dev-python/pid: fix build deps; nose is actually always needed.
authorAlexis Ballier <aballier@gentoo.org>
Thu, 21 Jan 2016 15:12:31 +0000 (16:12 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 21 Jan 2016 15:12:31 +0000 (16:12 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-python/pid/pid-2.0.1.ebuild

index 6e0114e59e2907df48046c197005e727e989b828..bbf3d67fecdef2ec72cced85522b7872741b0e35 100644 (file)
@@ -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