projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4a8bad
)
dev-python/pillow: fix test dependencies
author
Virgil Dupras
<vdupras@gentoo.org>
Tue, 3 Jul 2018 15:22:36 +0000
(11:22 -0400)
committer
Virgil Dupras
<vdupras@gentoo.org>
Tue, 3 Jul 2018 15:22:36 +0000
(11:22 -0400)
I forgot to change the nose dependency to pytest in my eralier commit.
oops.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/pillow/pillow-5.2.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pillow/pillow-5.2.0.ebuild
b/dev-python/pillow/pillow-5.2.0.ebuild
index 097bd53eced651c2d043d3ab56fb802c116414d4..50913f7c98a34a90541c8e329604e52579055f32 100644
(file)
--- a/
dev-python/pillow/pillow-5.2.0.ebuild
+++ b/
dev-python/pillow/pillow-5.2.0.ebuild
@@
-38,7
+38,7
@@
DEPEND="${RDEPEND}
dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
)
- test? ( dev-python/
nose
[${PYTHON_USEDEP}] )
+ test? ( dev-python/
pytest
[${PYTHON_USEDEP}] )
"
S="${WORKDIR}/${MY_P}"