diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-02-08 10:20:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-02-08 16:07:43 +0100 |
commit | d517d50084a23fc19203d040934659bc975fb48b (patch) | |
tree | f37bafc2f663d117a6064935c0d16265ab53a56e /dev-python/construct | |
parent | www-plugins/lightspark: Bump to 0.8.4 (diff) | |
download | gentoo-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.ebuild | 1 |
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}] )" |