commit: d517d50084a23fc19203d040934659bc975fb48b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Feb 8 09:20:28 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Feb 8 15:07:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d517d500
dev-python/construct: Add a test-dep on cloudpickle Closes: https://bugs.gentoo.org/769401 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/construct/construct-2.10.59.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/construct/construct-2.10.59.ebuild b/dev-python/construct/construct-2.10.59.ebuild index e67bd28cd5e..09b4e4cc314 100644 --- a/dev-python/construct/construct-2.10.59.ebuild +++ b/dev-python/construct/construct-2.10.59.ebuild @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86" BDEPEND=" test? ( dev-python/arrow[${PYTHON_USEDEP}] + dev-python/cloudpickle[${PYTHON_USEDEP}] >=dev-python/numpy-1.15.4[${PYTHON_USEDEP}] dev-python/ruamel-yaml[${PYTHON_USEDEP}] )"
