diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-02 21:52:02 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-02 21:52:16 +0300 |
commit | f7728e15f1db5133db107de257df784033e838fc (patch) | |
tree | 24e4085b6f2049be6a7ecc442318496ec3b3b3b7 /dev-python/wxpython | |
parent | gnome-extra/pch-session: add 44.1 (diff) | |
download | gentoo-f7728e15f1db5133db107de257df784033e838fc.tar.gz gentoo-f7728e15f1db5133db107de257df784033e838fc.tar.bz2 gentoo-f7728e15f1db5133db107de257df784033e838fc.zip |
dev-python/wxpython: add missing bdep on cython
Closes: https://bugs.gentoo.org/905449
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/wxpython-4.2.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] |