dev-python/pid: fix build deps; nose is actually always needed.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2016-01-21 16:12:31 +01:00
parent 1c9692ca92
commit 186237b65e

View 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