diff options
| author | Sam James <sam@gentoo.org> | 2025-05-26 09:05:44 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-05-26 09:06:03 +0100 |
| commit | e614b7975a61362b2c8b6c838117a57963c19387 (patch) | |
| tree | 3cb58270568f0d3250a561640ad7aa8a9613f6f8 /dev-python/wxpython/wxpython-4.2.2.ebuild | |
| parent | 8d9035bff296c70bd883b9d9077ab2eefb2aa3e8 (diff) | |
| download | gentoo-e614b7975a61362b2c8b6c838117a57963c19387.tar.gz gentoo-e614b7975a61362b2c8b6c838117a57963c19387.tar.bz2 gentoo-e614b7975a61362b2c8b6c838117a57963c19387.zip | |
dev-python/wxpython: avoid sip-6.11 for now
Bug: https://github.com/wxWidgets/Phoenix/issues/2758
Bug: https://github.com/Python-SIP/sip/issues/77
Bug: https://bugs.gentoo.org/956566
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/wxpython/wxpython-4.2.2.ebuild')
| -rw-r--r-- | dev-python/wxpython/wxpython-4.2.2.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.2.ebuild b/dev-python/wxpython/wxpython-4.2.2.ebuild index f4fb43470880..5fcc200f96dd 100644 --- a/dev-python/wxpython/wxpython-4.2.2.ebuild +++ b/dev-python/wxpython/wxpython-4.2.2.ebuild @@ -36,11 +36,13 @@ DEPEND=" RDEPEND=" ${DEPEND} " +# <sip-6.11 dep: bug #956566 BDEPEND=" app-text/doxygen dev-python/cython[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/sip-6.8.5[${PYTHON_USEDEP}] + <dev-python/sip-6.11.1[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] test? ( ${VIRTUALX_DEPEND} |
