dev-python/construct: Add missing test-dep on lz4

Closes: https://bugs.gentoo.org/770364
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-02-13 15:28:15 +01:00
parent 9fd595a260
commit 13c7adac67

View File

@@ -18,6 +18,7 @@ BDEPEND="
test? (
dev-python/arrow[${PYTHON_USEDEP}]
dev-python/cloudpickle[${PYTHON_USEDEP}]
dev-python/lz4[${PYTHON_USEDEP}]
>=dev-python/numpy-1.15.4[${PYTHON_USEDEP}]
dev-python/ruamel-yaml[${PYTHON_USEDEP}]
)"