File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -536,8 +536,9 @@ flake8: requirements .flake8
536536
537537 $(VIRTUALENV_ST2CLIENT_DIR)/bin/pip install --upgrade "pip==$(PIP_VERSION)"
538538 $(VIRTUALENV_ST2CLIENT_DIR)/bin/pip install --upgrade "setuptools==$(SETUPTOOLS_VERSION)"
539+ $(VIRTUALENV_ST2CLIENT_DIR)/bin/pip install -r requirements.txt
539540
540- $(VIRTUALENV_ST2CLIENT_DIR)/bin/activate; cd st2client ; ../$(VIRTUALENV_ST2CLIENT_DIR)/bin/pip install -e . ; cd ..
541+ $(VIRTUALENV_ST2CLIENT_DIR)/bin/activate; cd st2client ; ../$(VIRTUALENV_ST2CLIENT_DIR)/bin/python setup.py install ; cd ..
541542 $(VIRTUALENV_ST2CLIENT_DIR)/bin/st2 --version
542543 $(VIRTUALENV_ST2CLIENT_DIR)/bin/python -c "import st2client"
543544
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
Original file line number Diff line number Diff line change 3636# for subpackages.
3737# At the very least we can vendorize some of their code instead of reimplementing
3838# each piece of their code every time our parsing breaks.
39- PY3 = sys .version_info [0 ] == 3
40-
41- if PY3 :
42- text_type = str
43- else :
44- text_type = unicode # noqa # pylint: disable=E0602
39+ text_type = str
4540
4641GET_PIP = "curl https://bootstrap.pypa.io/get-pip.py | python"
4742
You can’t perform that action at this time.
0 commit comments