projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c9692c
)
dev-python/pid: fix build deps; nose is actually always needed.
author
Alexis Ballier
<aballier@gentoo.org>
Thu, 21 Jan 2016 15:12:31 +0000
(16:12 +0100)
committer
Alexis 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
patch
|
blob
|
history
diff --git
a/dev-python/pid/pid-2.0.1.ebuild
b/dev-python/pid/pid-2.0.1.ebuild
index 6e0114e59e2907df48046c197005e727e989b828..bbf3d67fecdef2ec72cced85522b7872741b0e35 100644
(file)
--- 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