diff options
Diffstat (limited to 'dev-python/pweave')
-rw-r--r-- | dev-python/pweave/pweave-0.30.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pweave/pweave-0.30.3-r1.ebuild b/dev-python/pweave/pweave-0.30.3-r1.ebuild index f85db19e41dd..30b5cb9ebd19 100644 --- a/dev-python/pweave/pweave-0.30.3-r1.ebuild +++ b/dev-python/pweave/pweave-0.30.3-r1.ebuild @@ -40,7 +40,7 @@ DEPEND="test? ( dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] dev-python/notebook[${PYTHON_USEDEP}] - sci-libs/scipy[${PYTHON_USEDEP}] )" + dev-python/scipy[${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" |