commit: f7728e15f1db5133db107de257df784033e838fc Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue May 2 18:52:02 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue May 2 18:52:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7728e15
dev-python/wxpython: add missing bdep on cython Closes: https://bugs.gentoo.org/905449 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/wxpython/wxpython-4.2.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/wxpython/wxpython-4.2.0.ebuild b/dev-python/wxpython/wxpython-4.2.0.ebuild index 1a0913847851..d5528c5f28f0 100644 --- a/dev-python/wxpython/wxpython-4.2.0.ebuild +++ b/dev-python/wxpython/wxpython-4.2.0.ebuild @@ -34,6 +34,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" app-doc/doxygen + dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/sip-6.6.2[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}]
