Merge "fix: Change the version of setuptools"
This commit is contained in:
commit
8fd70b6823
2
Makefile
2
Makefile
@ -85,7 +85,7 @@ venv:
|
||||
.PHONY: install $(INSTALL_LIBS)
|
||||
INSTALL_LIBS := $(addsuffix .install,$(LIB_PATHS))
|
||||
install: venv $(INSTALL_LIBS)
|
||||
poetry run pip install -U pip setuptools
|
||||
poetry run pip install -U pip setuptools'<58.0.0'
|
||||
poetry install -vvv
|
||||
$(INSTALL_LIBS):
|
||||
$(MAKE) -C $(basename $@) install
|
||||
|
@ -24,7 +24,7 @@ venv:
|
||||
|
||||
.PHONY: install
|
||||
install: venv
|
||||
poetry run pip install -U pip setuptools
|
||||
poetry run pip install -U pip setuptools'<58.0.0'
|
||||
poetry install -vvv
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@ venv:
|
||||
|
||||
.PHONY: install
|
||||
install: venv
|
||||
poetry run pip install -U pip setuptools
|
||||
poetry run pip install -U pip setuptools'<58.0.0'
|
||||
poetry install -vvv
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@ venv:
|
||||
|
||||
.PHONY: install
|
||||
install: venv
|
||||
poetry run pip install -U pip setuptools
|
||||
poetry run pip install -U pip setuptools'<58.0.0'
|
||||
poetry install -vvv
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@ venv:
|
||||
|
||||
.PHONY: install
|
||||
install: venv
|
||||
poetry run pip install -U pip setuptools
|
||||
poetry run pip install -U pip setuptools'<58.0.0'
|
||||
poetry install -vvv
|
||||
|
||||
|
||||
|
@ -12,8 +12,7 @@ venv:
|
||||
|
||||
.PHONY: install
|
||||
install: venv
|
||||
poetry run pip install -U pip setuptools
|
||||
poetry run pip install tempita==0.5.2
|
||||
poetry run pip install -U pip setuptools'<58.0.0'
|
||||
poetry install -vvv
|
||||
tools/post_install.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user