commit: 63718c88d4222ac6e650334fae7729e8b295756a Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sun May 16 16:04:30 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sun May 16 16:07:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63718c88
dev-python/pybeam: add test dep Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> Closes: https://bugs.gentoo.org/790542 dev-python/pybeam/pybeam-0.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pybeam/pybeam-0.7.ebuild b/dev-python/pybeam/pybeam-0.7.ebuild index 98a52ed3e..c07fb21d9 100644 --- a/dev-python/pybeam/pybeam-0.7.ebuild +++ b/dev-python/pybeam/pybeam-0.7.ebuild @@ -18,5 +18,6 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND="dev-python/construct[${PYTHON_USEDEP}]" +DEPEND="test? ( dev-python/six[${PYTHON_USEDEP}] )" distutils_enable_tests unittest
