divvun / CorpusTools

Tools to manage and convert GiellaLT corpus files
https://giellalt.github.io/CorpusTools/
GNU General Public License v3.0
3 stars 0 forks source link

Ubuntu 22.04 python3-poetry too old #9

Closed TinoDidriksen closed 4 months ago

TinoDidriksen commented 7 months ago

https://packages.ubuntu.com/jammy/python3-poetry is version 1.1.12, which results in:

RuntimeError: The Poetry configuration is invalid:
  - Additional properties are not allowed ('group' was unexpected)

I've disabled building it on 22.04 (Jammy).

In general, pyproject.toml projects are too new for all supported Ubuntu/Debian. There is no support at all on Ubuntu 20.04 (Focal).

TinoDidriksen commented 4 months ago

Worked around by patching out the whole [tool.poetry.group.dev.dependencies] section, and lower-casing the [tool.poetry] name value (needed to build https://github.com/divvun/GiellaLTGramTools).