mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-python/aiohttp: BDEPEND on multidict
Fix issue where aiohttp fails to emerge in cases where multidict is not installed for BDEPEND due to a call aiohttp-*/tools/gen.py during configure. Signed-off-by: Tom Gillespie <tgbugs@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42394 Closes: https://github.com/gentoo/gentoo/pull/42394 Signed-off-by: Jay Faulkner <jayf@gentoo.org>
This commit is contained in:
parent
cf79b1883c
commit
0df1c2ccde
@ -36,6 +36,7 @@ RDEPEND="
|
||||
' 3.10)
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
|
||||
native-extensions? (
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
)
|
||||
|
||||
@ -44,6 +44,7 @@ RDEPEND="
|
||||
' 3.10)
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
|
||||
native-extensions? (
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
)
|
||||
|
||||
@ -40,6 +40,7 @@ RDEPEND="
|
||||
>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
|
||||
native-extensions? (
|
||||
>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
|
||||
dev-python/pkgconfig[${PYTHON_USEDEP}]
|
||||
|
||||
@ -40,6 +40,7 @@ RDEPEND="
|
||||
>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
|
||||
native-extensions? (
|
||||
>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
|
||||
dev-python/pkgconfig[${PYTHON_USEDEP}]
|
||||
|
||||
@ -40,6 +40,7 @@ RDEPEND="
|
||||
>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
|
||||
native-extensions? (
|
||||
>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
|
||||
dev-python/pkgconfig[${PYTHON_USEDEP}]
|
||||
|
||||
@ -40,6 +40,7 @@ RDEPEND="
|
||||
>=dev-python/yarl-1.17.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="
|
||||
>=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
|
||||
native-extensions? (
|
||||
>=dev-python/cython-3.1.1[${PYTHON_USEDEP}]
|
||||
dev-python/pkgconfig[${PYTHON_USEDEP}]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user