diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-25 18:15:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-12-25 18:17:47 +0100 |
commit | 25f0c595f250f151f9d00aa64142770871c7c0e2 (patch) | |
tree | bc155607ef535e4689cfe40008b0bd2edba3d89c /dev-python/openpyxl | |
parent | dev-cpp/doctest: Stabilize 2.4.9 arm, #888421 (diff) | |
download | gentoo-25f0c595f250f151f9d00aa64142770871c7c0e2.tar.gz gentoo-25f0c595f250f151f9d00aa64142770871c7c0e2.tar.bz2 gentoo-25f0c595f250f151f9d00aa64142770871c7c0e2.zip |
dev-python/openpyxl: Add test dep on dev-python/py
Closes: https://bugs.gentoo.org/888171
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r-- | dev-python/openpyxl/openpyxl-3.0.10.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/openpyxl/openpyxl-3.0.10.ebuild b/dev-python/openpyxl/openpyxl-3.0.10.ebuild index 4b9fd449a041..43282ecc4b7c 100644 --- a/dev-python/openpyxl/openpyxl-3.0.10.ebuild +++ b/dev-python/openpyxl/openpyxl-3.0.10.ebuild @@ -28,6 +28,7 @@ BDEPEND=" test? ( dev-python/lxml[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP},tiff,jpeg] + dev-python/py[${PYTHON_USEDEP}] ) " |