forked from TrueCloudLab/frostfs-testcases
[#201] Manaully install setuptools
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
3e749abcd0
commit
72cdd28e66
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ venv.$(1)/bin/activate: venv/$(1)/requirements.txt submodules
|
||||||
@echo "Creating $(1) venv in $$@ from $$<"
|
@echo "Creating $(1) venv in $$@ from $$<"
|
||||||
virtualenv --python=python3.8 --prompt="($(1))" venv.$(1)
|
virtualenv --python=python3.8 --prompt="($(1))" venv.$(1)
|
||||||
source venv.$(1)/bin/activate && \
|
source venv.$(1)/bin/activate && \
|
||||||
|
pip3.8 install -U setuptools==56.0.0 && \
|
||||||
pip3.8 install -Ur venv/$(1)/requirements.txt && \
|
pip3.8 install -Ur venv/$(1)/requirements.txt && \
|
||||||
pip3.8 install -Ur neofs-keywords/requirements.txt
|
pip3.8 install -Ur neofs-keywords/requirements.txt
|
||||||
@echo "Applying activate script patch"
|
@echo "Applying activate script patch"
|
||||||
|
|
Loading…
Reference in a new issue