nala-0.16.0 still has incorrect dependencies.
The debian package nala-0.16.0 depends on python3-anyio without mention of
version, so on trixie it installs python3-anyio version 4.8.0-3.
But nala's own python metadata says it depends on anyio version being at
least 4.9.0 and less 5.0.0. On trixie, no version of python3-anyio is
available in trixie that matches those dependency requirements.
$ dpkg -l | grep nala
ii nala 0.16.0
all Commandline frontend for the APT package
manager
$ dpkg -l | grep python3-anyio
ii python3-anyio 4.8.0-3
all Asynchronous compatibility layer (Python 3)
$ dpkg -s nala | grep Depends
Depends: python3-anyio, python3-httpx (>= 0.17.0), python3-pexpect,
python3-rich, python3-tomli, python3-typer, python3-typing-extensions,
python3:any, apt, python3-apt, python3-debian
$ grep anyio /lib/python3/dist-packages/nala-0.16.0.dist-info/METADATA
Requires-Dist: anyio (>=4.9.0,<5.0.0)
$ pip check | grep nala
nala 0.16.0 has requirement anyio<5.0.0,>=4.9.0, but you have anyio 4.8.0.
On Wed, Apr 2, 2025 at 12:33 PM Debian Bug Tracking System <
[email protected]> wrote:
> Thank you for filing a new Bug report with Debian.
>
> You can follow progress on this Bug here: 1101900:
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101900.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
> Volian Developers <[email protected]>
>
> If you wish to submit further information on this problem, please
> send it to [email protected].
>
> Please do not send mail to [email protected] unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 1101900: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101900
> Debian Bug Tracking System
> Contact [email protected] with problems
>