commit: cffc6553db6dee6b11f828e325861055f162c994 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Sep 10 07:37:05 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Fri Sep 10 07:37:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffc6553
dev-python/pydevd: yet another missing test dep Closes: https://bugs.gentoo.org/812395 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> dev-python/pydevd/pydevd-2.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pydevd/pydevd-2.5.0.ebuild b/dev-python/pydevd/pydevd-2.5.0.ebuild index 0ac3e3c5ae3..d473a061606 100644 --- a/dev-python/pydevd/pydevd-2.5.0.ebuild +++ b/dev-python/pydevd/pydevd-2.5.0.ebuild @@ -21,6 +21,7 @@ BDEPEND=" dev-python/untangle[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}] + sys-devel/gdb ) "
