From 6370fdbdb2aee433c830b1f25f6692fd7c2dadd9 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sun, 18 Sep 2022 17:29:28 +0200 Subject: [PATCH] "poetry<1.2" because of https://github.com/python-poetry/poetry/issues/6013 see also: https://forum.yunohost.org/t/invalid-pep-440-version-0-16-0-ynh1/21293 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9028da0..39f67e7 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ check-poetry: install-poetry: ## install or update poetry pip3 install -U pip - pip3 install -U "poetry!=1.2.0" + pip3 install -U "poetry<1.2" # https://forum.yunohost.org/t/invalid-pep-440-version-0-16-0-ynh1/21293 install: check-poetry ## install project via poetry poetry install