Bug#1087372: python3-paho-mqtt: Please package 2.1.0


This should ideally be fixed before trixie is released. Testing includes
python-asyncio-mqtt 2.2.0 (2.3.0 is available upstream), which requires
paho-mqtt ^2.1.0.


In /usr/lib/python3/dist-packages/aiomqtt-2.2.0.dist-info/METADATA:

  Requires-Dist: paho-mqtt (>=2.1.0,<3.0.0)

Using entry points, I get the following error:

pkg_resources.ContextualVersionConflict: (paho-mqtt 2.0.0
(/usr/lib/python3/dist-packages),
Requirement.parse('paho-mqtt<3.0.0,>=2.1.0'), {'aiomqtt'})


Read more here: Source link