mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(poetry): use classic installer
The "install" module (v0.6.0) which is being used by poetry 1.4.0 has problems installing certain packages. Disable the modern installer for now, until things are fixed. https://github.com/python-poetry/poetry/issues/7572 Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
bf0d4a2be7
commit
993a044680
1 changed files with 5 additions and 0 deletions
5
poetry.toml
Normal file
5
poetry.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# disable the modern installer until python-installer is fixed
|
||||||
|
# https://github.com/python-poetry/poetry/issues/7572
|
||||||
|
|
||||||
|
[installer]
|
||||||
|
modern-installation = false
|
Loading…
Add table
Reference in a new issue