summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-08 10:20:28 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-08 16:07:43 +0100
commitd517d50084a23fc19203d040934659bc975fb48b (patch)
treef37bafc2f663d117a6064935c0d16265ab53a56e /dev-python/construct
parentwww-plugins/lightspark: Bump to 0.8.4 (diff)
downloadgentoo-d517d50084a23fc19203d040934659bc975fb48b.tar.gz
gentoo-d517d50084a23fc19203d040934659bc975fb48b.tar.bz2
gentoo-d517d50084a23fc19203d040934659bc975fb48b.zip
dev-python/construct: Add a test-dep on cloudpickle
Closes: https://bugs.gentoo.org/769401 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/construct')
-rw-r--r--dev-python/construct/construct-2.10.59.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/construct/construct-2.10.59.ebuild b/dev-python/construct/construct-2.10.59.ebuild
index e67bd28cd5e1..09b4e4cc3146 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}]
)"