diff options
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pydevd/pydevd-2.5.0.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/pydevd/pydevd-2.5.0.ebuild b/dev-python/pydevd/pydevd-2.5.0.ebuild index bc1f3680e196..0ac3e3c5ae31 100644 --- a/dev-python/pydevd/pydevd-2.5.0.ebuild +++ b/dev-python/pydevd/pydevd-2.5.0.ebuild @@ -16,7 +16,13 @@ LICENSE="EPL-1.0" SLOT="0" KEYWORDS="~amd64" -BDEPEND="test? ( dev-python/untangle[${PYTHON_USEDEP}] )" +BDEPEND=" + test? ( + dev-python/untangle[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] + ) +" distutils_enable_tests pytest |
