Control: severity 1058670 important Control: forwarded 1058670 https://github.com/python-poetry/poetry/issues/8803
Hi, On Thu, Dec 14, 2023 at 12:14:12PM +0200, George Shuklin wrote:
According to github bug: https://github.com/python-poetry/poetry/issues/8458 it is caused by conflict (interactions?) with python3-build package. python3-build 0.10.0-1
Indeed, as https://github.com/python-poetry/poetry/issues/8803 explains, poetry 1.7.1 needs python3-build ^= 1.0.3 [1], yet the Debian python3-poetry package just depends on python3-build without any version constraints and python3-build is still at 0.10.0-1 in Debian unstable. Additionally, python3-poetry version 1.6.1+dfsg-2 also has an unbounded dependency on python3-build despite its /usr/lib/python3/dist-packages/poetry-1.6.1.dist-info/METADATA clearly specifying the dependency as "Requires-Dist: build (>=0.10.0,<0.11.0)".
Something is seriously wrong with dh_python it seems :-( [1]: https://github.com/python-poetry/poetry/blob/1.7.1/pyproject.toml#L37 -- Tomáš "liskin" ("Pivník") Janoušek, https://lisk.in/