summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-02 21:52:02 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-02 21:52:16 +0300
commitf7728e15f1db5133db107de257df784033e838fc (patch)
tree24e4085b6f2049be6a7ecc442318496ec3b3b3b7 /dev-python/wxpython
parentgnome-extra/pch-session: add 44.1 (diff)
downloadgentoo-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.ebuild1
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}]