Bug#1143366: python-cross-web: FTBFS: E ModuleNotFoundError: No module named 'httpx2'

Colin Watson <[email protected]> Sun, 2 Aug 2026 17:41:53 +0100
Newsgroups gmane.linux.debian.devel.bugs.rc
Message-ID <[email protected]>
Control: affects 1143366 - src:python-cross-web src:python-openapi-core
Control: unmerge 1143366
Control: reassign 1143366 src:python-cross-web 0.7.0-1
Control: reassign 1143369 src:python-openapi-core 0.23.1-3

On Sun, Aug 02, 2026 at 05:38:01PM +0100, Colin Watson wrote:
>On Sat, Aug 01, 2026 at 10:37:35PM +0000, Santiago Vila wrote:
>>/usr/lib/python3/dist-packages/starlette/testclient.py:36: in <module>
>>   import httpx2 as httpx
>>E   ModuleNotFoundError: No module named 'httpx2'
>
>Both this and the similar #1143369 are bugs in starlette.  I'll fix 
>the missing dependency there.

Hmm ... actually, it's an optional dependency of starlette expressed via 
Recommends, and documented as "Required if you want to use the 
TestClient".  So I guess I'll fix this in python-cross-web and 
python-openapi-core instead.  Sorry for the noise!