commit: 25f0c595f250f151f9d00aa64142770871c7c0e2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Dec 25 17:15:13 2022 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Dec 25 17:17:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f0c595
dev-python/openpyxl: Add test dep on dev-python/py Closes: https://bugs.gentoo.org/888171 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/openpyxl/openpyxl-3.0.10.ebuild | 1 + 1 file changed, 1 insertion(+) 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}] ) "
