mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
5 lines
158 B
TOML
5 lines
158 B
TOML
# disable the modern installer until python-installer is fixed
|
|
# https://github.com/python-poetry/poetry/issues/7572
|
|
|
|
[installer]
|
|
modern-installation = false
|